[Checkins] [zopefoundation/ZODB] e7d2b7: Add a helper function replacement for IStorage.loa...

GitHub noreply at github.com
Thu Jun 9 18:02:02 CEST 2016


  Branch: refs/heads/load-calls-loadBefore
  Home:   https://github.com/zopefoundation/ZODB
  Commit: e7d2b75a65381e0d37cc19256fdf58e26dbca928
      https://github.com/zopefoundation/ZODB/commit/e7d2b75a65381e0d37cc19256fdf58e26dbca928
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-06-09 (Thu, 09 Jun 2016)

  Changed paths:
    M src/ZODB/utils.py

  Log Message:
  -----------
  Add a helper function replacement for IStorage.load

Because the error semantics of load and loadBefore differ enough that
changing calls isn't trivial.  Plus the helper serves as a handy
transitional load implementation.


  Commit: 347b9f5be3223fd8bb4852d7d995720403c09733
      https://github.com/zopefoundation/ZODB/commit/347b9f5be3223fd8bb4852d7d995720403c09733
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-06-09 (Thu, 09 Jun 2016)

  Changed paths:
    M src/ZODB/DemoStorage.py
    M src/ZODB/FileStorage/FileStorage.py
    M src/ZODB/MappingStorage.py
    M src/ZODB/tests/hexstorage.py

  Log Message:
  -----------
  Replace storage load implementations with calls to loadBefore


Compare: https://github.com/zopefoundation/ZODB/compare/e7d2b75a6538^...347b9f5be322


More information about the checkins mailing list