]> 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:09 +0000 (12:34 -0400)
commit21bf37f6e429276aa8cc60c1aa756e4bafa74b3e
treed40a34002f11a3b01b45d246774bca049fba1940
parent4a2760ffd227af7b5aead674e3c2f72b28617a12
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
lib/sqlalchemy/dialects/mysql/base.py