]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- added test for threadlocal not supporting begin_nested()
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 18 May 2008 15:49:14 +0000 (15:49 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 18 May 2008 15:49:14 +0000 (15:49 +0000)
commitfa56f0acb412c89a02df198a75502f59915a08bb
treeafb9d9f0889c83ab04e8e465087499cc41be599f
parent664687adb952c19d5bff731617e216f011e8e450
- added test for threadlocal not supporting begin_nested()
- removed query.compile(); use explicit query.with_labels().statement instead
- moved statement annotation step upwards from query._compile_context() to outliers from_self()/statement.  speeds zoomark.step_6_editing by 16%
lib/sqlalchemy/orm/query.py
test/engine/transaction.py
test/orm/manytomany.py
test/orm/query.py