[Checkins] [zopefoundation/zope.sqlalchemy] 9e990f: * Add a new function zope.sqlalchemy.register(), w...

GitHub noreply at github.com
Sun Sep 29 22:47:21 CEST 2013


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.sqlalchemy
  Commit: 9e990f2838c0665d6eba54a99d50e3502fbcf767
      https://github.com/zopefoundation/zope.sqlalchemy/commit/9e990f2838c0665d6eba54a99d50e3502fbcf767
  Author: Mike Bayer <mike_mp at zzzcomputing.com>
  Date:   2013-09-29 (Sun, 29 Sep 2013)

  Changed paths:
    M CHANGES.txt
    M src/zope/sqlalchemy/README.txt
    M src/zope/sqlalchemy/__init__.py
    M src/zope/sqlalchemy/datamanager.py
    M src/zope/sqlalchemy/tests.py

  Log Message:
  -----------
  * Add a new function zope.sqlalchemy.register(), which replaces the
  direct use of ZopeTransactionExtension to make use
  of the newer SQLAlchemy event system to establish instrumentation on
  the given Session instance/class/factory.   Requires at least
  SQLAlchemy 0.7.


  Commit: e65bdfc55ebe488b1f1643986f21ee4740d0bf2a
      https://github.com/zopefoundation/zope.sqlalchemy/commit/e65bdfc55ebe488b1f1643986f21ee4740d0bf2a
  Author: Laurence Rowe <l at lrowe.co.uk>
  Date:   2013-09-29 (Sun, 29 Sep 2013)

  Changed paths:
    M CHANGES.txt
    M src/zope/sqlalchemy/README.txt
    M src/zope/sqlalchemy/__init__.py
    M src/zope/sqlalchemy/datamanager.py
    M src/zope/sqlalchemy/tests.py

  Log Message:
  -----------
  Merge pull request #4 from zzzeek/master

add new register() function to establish zope listener via SQLAlchemy events


Compare: https://github.com/zopefoundation/zope.sqlalchemy/compare/d4b940b3815e...e65bdfc55ebe


More information about the checkins mailing list