]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Session.merge() is performance optimized, using half the
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 7 Jan 2010 22:09:17 +0000 (22:09 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 7 Jan 2010 22:09:17 +0000 (22:09 +0000)
commited6cbe607c33df6deb1388578dffccfe72cb9714
tree42a567f1aeacc6e44b8cfbd79a659ea7bc407190
parent9ee458a619b443a24b195d4374759cff2e54e4bd
- Session.merge() is performance optimized, using half the
call counts for "load=False" mode compared to 0.5 and
significantly fewer SQL queries in the case of collections
for "load=True" mode.
CHANGES
lib/sqlalchemy/orm/properties.py
lib/sqlalchemy/orm/session.py
test/aaa_profiling/test_orm.py [new file with mode: 0644]
test/orm/test_merge.py
test/orm/test_query.py