[Checkins] [zopefoundation/ZODB] b53d5e: Implemented a database	explicit mode:
    GitHub 
    noreply at github.com
       
    Tue Feb  7 23:10:50 CET 2017
    
    
  
  Branch: refs/heads/storage-afterCompletion
  Home:   https://github.com/zopefoundation/ZODB
  Commit: b53d5e0e2666b67bb43fd788cc5f667f8e0e05ed
      https://github.com/zopefoundation/ZODB/commit/b53d5e0e2666b67bb43fd788cc5f667f8e0e05ed
  Author: Jim Fulton <jim at zope.com>
  Date:   2017-02-07 (Tue, 07 Feb 2017)
  Changed paths:
    M src/ZODB/Connection.py
    M src/ZODB/DB.py
    M src/ZODB/interfaces.py
    M src/ZODB/tests/testConnection.py
  Log Message:
  -----------
  Implemented a database explicit mode:
In explicit mode:
- Connections don't call newTransactuon in afterCompletion.
- Operations outside of transaction boundaries error.
  Commit: d25c8665bd11c02349763e2ade5e3e4b27807cb6
      https://github.com/zopefoundation/ZODB/commit/d25c8665bd11c02349763e2ade5e3e4b27807cb6
  Author: Jim Fulton <jim at zope.com>
  Date:   2017-02-07 (Tue, 07 Feb 2017)
  Changed paths:
    M src/ZODB/component.xml
    M src/ZODB/config.py
    M src/ZODB/tests/testConfig.py
  Log Message:
  -----------
  Add configuration support
Compare: https://github.com/zopefoundation/ZODB/compare/b53d5e0e2666^...d25c8665bd11
    
    
More information about the checkins
mailing list