]> 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:25:35 +0000 (18:25 -0400)
commit9c5a13f0495c0f175b6c0fbd1124b6bedf232b2f
treef12eefb45021ef48a28fe1762a2f5b7d647b4991
parent2180cf44e5856bc4be6cf5b125b8672b2158ffa2
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
lib/sqlalchemy/sql/compiler.py
test/sql/test_update.py