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

GitHub noreply at github.com
Thu Jun 16 21:51:08 CEST 2016


  Branch: refs/heads/load-calls-loadBefore
  Home:   https://github.com/zopefoundation/ZODB
  Commit: bf0a7649564fcd9950eaabae4f85f604b591065c
      https://github.com/zopefoundation/ZODB/commit/bf0a7649564fcd9950eaabae4f85f604b591065c
  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: 7ab793d2a52fe48c0c6e7f14a19d3dceb74998a1
      https://github.com/zopefoundation/ZODB/commit/7ab793d2a52fe48c0c6e7f14a19d3dceb74998a1
  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/bf0a7649564f^...7ab793d2a52f


More information about the checkins mailing list