]> 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 02:06:34 +0000 (22:06 -0400)
commit2eaf2a978570420603da3397dae503184b68466c
treeefbd00cf0177163c820bad0166edd040ff459b9a
parentc0e76578f17309eaef6724cdfd16d3382df5f2a3
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
(cherry picked from commit 5668fd73ea51bffbccb8b1ae8923ef2d545efacb)
test/dialect/mysql/test_reflection.py
test/dialect/mysql/test_types.py