]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fix has table reflection on MySQL 5.0 5.1
authorFederico Caselli <cfederico87@gmail.com>
Thu, 1 Apr 2021 17:47:20 +0000 (19:47 +0200)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 1 Apr 2021 18:36:13 +0000 (14:36 -0400)
commitbe200636a90e0ab5cd54f694c03b6593013665e1
tree38255a44850b7adc355e0febffe34d3a4e5e4f7b
parent3a29d65f73c6e705f486588068172d45017285fa
Fix has table reflection on MySQL 5.0 5.1

Fixed regression in the MySQL dialect where the reflection query used to
detect if a table exists would fail on very old MySQL 5.0 and 5.1 versions.

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