summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sqlalchemy/testing')
-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: