]> 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:03:32 +0000 (15:03 -0400)
commitd0653db2583b7a4bac1b50021c0956dcec740780
treec55876c5f37cfc652f66f0bd2b7046b7fed0a124
parente32937fa6a7dcc3d5087aa1f41049373ab9e4038
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
(cherry picked from commit 3deff88fe12adc470792f71da7b9c54a5438638f)
doc/build/changelog/unreleased_14/7871.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/mysql/pyodbc.py