]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- The compiler extension now supports overriding the default
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 9 Feb 2011 20:45:15 +0000 (15:45 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 9 Feb 2011 20:45:15 +0000 (15:45 -0500)
commit3f30fb065c3b6baa8d7870bb0682d20ad37a62a2
treebd7d8a4663131e60a84b94cf5758ab1a63db591a
parent34f26ee255bf64cf6de6fb9a5f1285b696fa4bbd
- The compiler extension now supports overriding the default
compilation of expression._BindParamClause including that
the auto-generated binds within the VALUES/SET clause
of an insert()/update() statement will also use the new
compilation rules. [ticket:2042]
CHANGES
lib/sqlalchemy/sql/compiler.py
lib/sqlalchemy/sql/visitors.py
test/aaa_profiling/test_compiler.py
test/ext/test_compiler.py
test/lib/testing.py