]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fixed bug when using multi-table UPDATE where a supplemental
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 2 Jul 2013 22:24:58 +0000 (18:24 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 2 Jul 2013 22:24:58 +0000 (18:24 -0400)
commitb1e1bf8e674f8175f33a03d0dd4d605256f1e9d7
tree8e06e785e587666b4c9be504002ab61f5a417bc6
parent1fb6c4a33d67229847aafd45c783094152553936
Fixed bug when using multi-table UPDATE where a supplemental
table is a SELECT with its own bound parameters, where the positioning
of the bound parameters would be reversed versus the statement
itself when using MySQL's special syntax.
[ticket:2768]
doc/build/changelog/changelog_08.rst
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/sql/compiler.py
test/sql/test_update.py