]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
add a test for the actual feature, that multiple post updates are batched
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 18 Jun 2010 19:11:32 +0000 (15:11 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 18 Jun 2010 19:11:32 +0000 (15:11 -0400)
commit23d1f39ca7112347e6dcbb84577daf363fb04d32
tree4ca157ab9606c23048ad0a1ae5ff562cb7ff84cb
parent41cf0a7ac8754fcb6943dee633aeed9d56e460d3
add a test for the actual feature, that multiple post updates are batched
lib/sqlalchemy/orm/unitofwork.py
lib/sqlalchemy/test/assertsql.py
test/orm/test_cycles.py