Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nix
base: eb6f3d5159f0
Choose a base ref
...
head repository: NixOS/nix
compare: 1ab5cc0f5aa7
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 14, 2017

  1. Ensure that curSchema is set before opening the DB

    Without this, it's possible to get `curSchema = 0` which then causes us
    not to trigger the branch that maintains forward compatibility with the
    1.12 schema.
    
    Fixes #1332
    copumpkin committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    ad9e603 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1333 from copumpkin/fix-schema-version

    Ensure that curSchema is set before opening the DB
    edolstra committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    1ab5cc0 View commit details
    Browse the repository at this point in the history