[Checkins] [zopefoundation/ZODB] 24c61e: - Call new afterCompletion API on storages to allo...

GitHub noreply at github.com
Wed Feb 8 16:30:50 CET 2017


  Branch: refs/heads/storage-afterCompletion2
  Home:   https://github.com/zopefoundation/ZODB
  Commit: 24c61eaec9f65ae79d1f5b7ee827b00c8fe0fe77
      https://github.com/zopefoundation/ZODB/commit/24c61eaec9f65ae79d1f5b7ee827b00c8fe0fe77
  Author: Jim Fulton <jim at zope.com>
  Date:   2017-02-08 (Wed, 08 Feb 2017)

  Changed paths:
    M CHANGES.rst
    M src/ZODB/Connection.py
    M src/ZODB/interfaces.py
    M src/ZODB/tests/testConnection.py

  Log Message:
  -----------
  - Call new afterCompletion API on storages to allow them to free
  resources after transaction complete.  See:
  https://github.com/zodb/relstorage/issues/147

- Take advantage of the new transaction-manager explicit mode to avoid
  starting transactions unnecessarily when transactions end.




More information about the checkins mailing list