]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Open up mysql CHECK constraint detection to include new versions
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 4 May 2019 17:19:10 +0000 (13:19 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 5 May 2019 05:04:06 +0000 (23:04 -0600)
commit1c3e92627362604472ca483055fc827a97942e6b
tree14bd521a7302218c7d56510aa1e3a0ac193d242a
parentcdd01a06f7cf5e9ce35544a02c182eca4015992c
Open up mysql CHECK constraint detection to include new versions

MySQL 8.0.16 introduces real CHECK constraints and MariaDB has also
added them into the 10.2 series sometime before 10.2.22.

Change-Id: Ia0f1be69f99df935aae069f63381bcc994f73cc7
lib/sqlalchemy/dialects/mysql/base.py
test/engine/test_reflection.py
test/requirements.py