]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fixes for MySQL 8
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 6 Aug 2020 00:32:02 +0000 (20:32 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 6 Aug 2020 01:16:57 +0000 (21:16 -0400)
commit5668fd73ea51bffbccb8b1ae8923ef2d545efacb
treebe00a199984cd9b9f69e1d83212eb67ba7ca1800
parentcc57ea495f6460dd56daa6de57e40047ed999369
Fixes for MySQL 8

MySQL 8.0.19 has some changes to how it reports on display widths
for int types (seems like it omits it in some cases), and also
no longer cares about the length for YEAR.   Another adjustment
to the ordering of constraints reported in one case also.
At least one CI machine is at 8.0.21 now.

Change-Id: Ie2101bed3ad75dcbb62cd05abe95ef14ad895cf5
test/dialect/mysql/test_reflection.py
test/dialect/mysql/test_types.py