]> 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 21:04:29 +0000 (16:04 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 9 Feb 2011 21:04:29 +0000 (16:04 -0500)
commit8c898a0ca0de64a4f8d1b70f4f1f3cebf5788d2d
tree27fbd6be35c34f3b8ea723d4a7c1a5929a2b5d3a
parent892cf78635f64368fce7a21ba36f06093547e3dd
- 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
lib/sqlalchemy/test/testing.py
test/aaa_profiling/test_compiler.py
test/ext/test_compiler.py