]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fixed issue in MySQL :meth:`.mysql.Insert.on_duplicate_key_update` construct
authorCristian Sabaila <cristian.sabaila@geotogether.com>
Tue, 2 Nov 2021 22:16:49 +0000 (00:16 +0200)
committerCristian Sabaila <cristian.sabaila@geotogether.com>
Tue, 2 Nov 2021 22:18:56 +0000 (00:18 +0200)
commit179dce0022c4fb58d83b5e815401d28489878c0e
tree9093f13d6c4cd68ec910c7503b3039bb284aa610
parent37bc1285c5bddf1e1b3a5830c530139e6fdd4bc4
Fixed issue in MySQL :meth:`.mysql.Insert.on_duplicate_key_update` construct
where referencing a column within a composed expression would render
the ``VALUES`` keyword to the column name of the argument.
lib/sqlalchemy/dialects/mysql/base.py
test/dialect/mysql/test_compiler.py
test/dialect/mysql/test_on_duplicate.py