]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Unable to use InstrumentedAttribute to value mappings in mysql/mariadb on_duplicate_k...
authorMingyu Park <mingyuu.dev@gmail.com>
Sat, 1 Feb 2025 07:43:35 +0000 (02:43 -0500)
committerFederico Caselli <cfederico87@gmail.com>
Sat, 1 Feb 2025 18:15:47 +0000 (19:15 +0100)
commit87bf36be84fc876be3e0c436a557733c63e2ac8d
tree9df2cec2750377a4abda6d34b3449951ed06b3b4
parent5822319e779afd26c8edff276c837491c2c10584
Unable to use InstrumentedAttribute to value mappings in mysql/mariadb on_duplicate_key_update

Fixes: #12117
Closes: #12296
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/12296
Pull-request-sha: 32a09ebd18a6f97fdb23cc8a8e212342e6c26291

Change-Id: I72701f63b13105e5dc36e63ba2651da2673f1735
doc/build/changelog/unreleased_20/12117.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/mysql/base.py
test/dialect/mysql/test_compiler.py