]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Session constructor emits a warning when autoflush=True
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 7 Feb 2011 18:30:27 +0000 (13:30 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 7 Feb 2011 18:30:27 +0000 (13:30 -0500)
commitae5b58d9a5b03b71d2c22d410d1d94f8361b99f0
treeac28638dc318f8507e4e578d0ca1b84e8eef7f77
parentf14f71581c43d6b369e84f9c00dc17b21df239fc
- Session constructor emits a warning when autoflush=True
or expire_on_commit=True when autocommit=True.
[ticket:2041]
CHANGES
lib/sqlalchemy/orm/session.py
test/orm/test_dynamic.py
test/orm/test_events.py
test/orm/test_merge.py
test/orm/test_session.py
test/orm/test_transaction.py