]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Warn for mariadb 10.2 < 9
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 28 Sep 2017 16:31:54 +0000 (12:31 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 28 Sep 2017 16:34:33 +0000 (12:34 -0400)
commitc88d4d0e94ce7e782818fe9dd43fa6042696b0bf
tree2102d1f7067be2af69c4c9148d76879a573c2af9
parenteae1edc7490985c6441ff9123af61a13a4085e03
Warn for mariadb 10.2 < 9

There's a few CHECK constraint issues we managed
to get resolved as of MariaDB 10.2.8 then 10.2.9.   They
are pretty severe so warn users for these particular mariadb
versions.

Change-Id: Ie0899f94fda25960975ebee72f3044370f43eb7c
Fixes: #4097
(cherry picked from commit 21bf37f6e429276aa8cc60c1aa756e4bafa74b3e)
lib/sqlalchemy/dialects/mysql/base.py