]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
MariaDB 10.3 updates
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 30 Aug 2018 21:12:58 +0000 (17:12 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 30 Aug 2018 21:12:58 +0000 (17:12 -0400)
commit081d4275cf5c3e6842c8e0198542ff89617eaa96
tree482a9c031a6a6259bd5e8254feec6779caa1b8f7
parentd8bb208a85f6366c58426a85b3d4ec1d6e43ac6c
MariaDB 10.3 updates

MariaDB seems to handle some additional UPDATE/DELETE FROM
syntaxes as well as some forms of INTERSECT and EXCEPT. Open
up tests that expect failure for MySQL to allow success for
MariaDB 10.3.

Change-Id: Ia9341a82485ef7201bb8130d8dbf4a9b6976035a
lib/sqlalchemy/testing/requirements.py
test/orm/test_update_delete.py
test/requirements.py
test/sql/test_query.py