]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
added conditional flag to debug log statements in mapper so that string formats dont...
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 1 Dec 2006 18:41:33 +0000 (18:41 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 1 Dec 2006 18:41:33 +0000 (18:41 +0000)
commit8f8afe9259aaaa3718a6fd77bb04959b02ca746a
treefc81ec542fd3a526da023801a827ab3c69bc8fdb
parent117d6eb521e59d797cae8be279c70b3650e0ea4a
added conditional flag to debug log statements in mapper so that string formats dont occur
updated massload test to work with 0.3
lib/sqlalchemy/orm/mapper.py
test/orm/unitofwork.py
test/perf/massload.py