]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fixes: #12117 Unable to use InstrumentedAttribute to value mappings in mysql/mariadb...
authorMingyu Park <mingyuu.dev@gmail.com>
Fri, 31 Jan 2025 13:09:25 +0000 (22:09 +0900)
committerMingyu Park <mingyuu.dev@gmail.com>
Fri, 31 Jan 2025 13:09:25 +0000 (22:09 +0900)
commit7d9a2ae3057f0707832699b617c0e44e6d7780ec
tree0c5d74dbbd951ecc1ab90d1c99686c72549df4db
parent5822319e779afd26c8edff276c837491c2c10584
Fixes: #12117 Unable to use InstrumentedAttribute to value mappings in mysql/mariadb on_duplicate_key_update (https://github.com/sqlalchemy/sqlalchemy/issues/12117)
lib/sqlalchemy/dialects/mysql/base.py
test/dialect/mysql/test_compiler.py