]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- A change to the solution for [ticket:1579] - an end-user
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 16 Feb 2010 19:47:54 +0000 (19:47 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 16 Feb 2010 19:47:54 +0000 (19:47 +0000)
commitebe7f7b15e03a30ae14263f16fed8a18c35eebd9
treee754afab50e200cb9931130266a2590a0eef96c9
parent1752465211a72c36f3d0404aae3bcda15e693101
- A change to the solution for [ticket:1579] - an end-user
defined bind parameter name that directly conflicts with
a column-named bind generated directly from the SET or
VALUES clause of an update/insert generates a compile error.
This reduces call counts and eliminates some cases where
undesirable name conflicts could still occur.
CHANGES
lib/sqlalchemy/sql/compiler.py
test/aaa_profiling/test_compiler.py
test/sql/test_select.py