]> 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:51 +0000 (17:13 -0400)
commit6e958acf49a606b176e635a216ace95813ffa6a6
tree8135222b3d364981f3df7faf3ff59b2e487b0345
parent757f61c00af19e0caa341545a93b1aed8262dbc6
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