]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
repair fetch_setting call in mysql pyodbc dialect
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 26 Apr 2022 19:02:37 +0000 (15:02 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 26 Apr 2022 19:02:37 +0000 (15:02 -0400)
commit3deff88fe12adc470792f71da7b9c54a5438638f
tree1517cee1b10f6ee233e52efdd7e8d8291d036df3
parent3da3322ec4f42b58ec8b07108f2dacd33044c73d
repair fetch_setting call in mysql pyodbc dialect

Fixed a regression in the untested MySQL PyODBC dialect caused by the fix
for :ticket:`7518` in version 1.4.32 where an argument was being propagated
incorrectly upon first connect, leading to a ``TypeError``.

Fixes: #7871
Change-Id: I37f8ca8e83cb352ee2a2336b52863858259b1d77
doc/build/changelog/unreleased_14/7871.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/mysql/pyodbc.py