1. 09 Apr, 2017 1 commit
  2. 08 Apr, 2017 10 commits
  3. 07 Apr, 2017 3 commits
  4. 02 Apr, 2017 2 commits
    • Jim Fulton's avatar
      Merge pull request #153 from navytux/y/fs-ro · 4fa93367
      Jim Fulton authored
      FileStorage: Report problem on read-only open of non-existent file
      4fa93367
    • Kirill Smelkov's avatar
      FileStorage: Report problem on read-only open of non-existent file · 30bbabf1
      Kirill Smelkov authored
      ... instead of silently creating empty database on such opens.
      
      Use-case for this are utilities like e.g. zodbdump and zodbcmp which
      expect such storage opens to fail so that the tool can know there is no
      such storage and report it to user.
      
      In contrast current state is: read-only opens get created-on-the-fly
      empty storage with no content, but which can be iterated over without
      getting any error.
      
      This way e.g. `zodbdump non-existent.fs` produces empty output _and_
      exit code 0 which is not what caller expects.
      30bbabf1
  5. 27 Mar, 2017 1 commit
  6. 21 Mar, 2017 2 commits
  7. 09 Mar, 2017 1 commit
  8. 19 Feb, 2017 2 commits
  9. 09 Feb, 2017 6 commits
  10. 08 Feb, 2017 3 commits
  11. 01 Feb, 2017 2 commits
  12. 28 Jan, 2017 6 commits
  13. 20 Dec, 2016 1 commit