]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [feature] New session events after_transaction_create
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 20 Sep 2012 22:39:27 +0000 (18:39 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 20 Sep 2012 22:39:27 +0000 (18:39 -0400)
commit248cf4c5d2f227c7cc49772f023807aebeb5c969
tree1305b8a8db9203093d9ddf9e26f0bc5bc7a26cf1
parente5accce97bae1b35eeb1eb26f8281a98c58d2cef
  - [feature] New session events after_transaction_create
    and after_transaction_end
    allows tracking of new SessionTransaction objects.
    If the object is inspected, can be used to determine
    when a session first becomes active and when
    it deactivates.
CHANGES
lib/sqlalchemy/orm/events.py
lib/sqlalchemy/orm/session.py
test/orm/test_events.py