]> 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:13:58 +0000 (17:13 -0400)
commit1351fa138673d93c81c5c44f28711a684c9da8b5
treeebd8a3eabd4de5970f921ec607ec6c1b3c092b16
parent2e0f06df914495fffe9c3f12f478d2a419e3c34c
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
(cherry picked from commit 081d4275cf5c3e6842c8e0198542ff89617eaa96)
lib/sqlalchemy/testing/requirements.py
test/orm/test_update_delete.py
test/requirements.py
test/sql/test_query.py