summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/requirements.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2018-08-30 17:12:58 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2018-08-30 17:12:58 -0400
commit081d4275cf5c3e6842c8e0198542ff89617eaa96 (patch)
tree482a9c031a6a6259bd5e8254feec6779caa1b8f7 /lib/sqlalchemy/testing/requirements.py
parentd8bb208a85f6366c58426a85b3d4ec1d6e43ac6c (diff)
downloadsqlalchemy-081d4275cf5c3e6842c8e0198542ff89617eaa96.tar.gz
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
Diffstat (limited to 'lib/sqlalchemy/testing/requirements.py')
-rw-r--r--lib/sqlalchemy/testing/requirements.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sqlalchemy/testing/requirements.py b/lib/sqlalchemy/testing/requirements.py
index 2a5262e4e..58df643f4 100644
--- a/lib/sqlalchemy/testing/requirements.py
+++ b/lib/sqlalchemy/testing/requirements.py
@@ -751,8 +751,8 @@ class SuiteRequirements(Requirements):
@property
def update_where_target_in_subquery(self):
- """Target must support UPDATE where the same table is present in a
- subquery in the WHERE clause.
+ """Target must support UPDATE (or DELETE) where the same table is
+ present in a subquery in the WHERE clause.
This is an ANSI-standard syntax that apparently MySQL can't handle,
such as: