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

GitHub noreply at github.com
Thu Jun 16 15:30:25 CEST 2016


  Branch: refs/heads/load-calls-loadBefore
  Home:   https://github.com/zopefoundation/ZODB
  Commit: ff00117f2962030d120287cfb2527e95746f03fc
      https://github.com/zopefoundation/ZODB/commit/ff00117f2962030d120287cfb2527e95746f03fc
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-06-16 (Thu, 16 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: 93aac7409f0d6f228434d8348e0e38b82abc21fc
      https://github.com/zopefoundation/ZODB/commit/93aac7409f0d6f228434d8348e0e38b82abc21fc
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-06-16 (Thu, 16 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/ff00117f2962^...93aac7409f0d


More information about the checkins mailing list