]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- renamed autoexpire to expire_on_commit
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 3 Aug 2008 18:03:57 +0000 (18:03 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 3 Aug 2008 18:03:57 +0000 (18:03 +0000)
commit4769ea895b3312e2d27d52b45816771df8a5c5c7
tree1a42eb5d2ce5d2a6874ffa41fca1dbf85700b51b
parent312647647d242d903b38cc9144c9c7b92cc2da03
- renamed autoexpire to expire_on_commit
- renamed SessionTransaction autoflush to reentrant_flush to more clearly state its purpose
- added _enable_transaction_accounting, flag for Mike Bernson which disables the whole 0.5 transaction state management; the system depends on expiry on rollback in order to function.
CHANGES
doc/build/content/session.txt
lib/sqlalchemy/orm/__init__.py
lib/sqlalchemy/orm/session.py
test/orm/dynamic.py
test/orm/session.py
test/orm/transaction.py