diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2023-01-30 12:21:59 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2023-01-30 12:21:59 -0500 |
commit | e17a81107db99300abef404b33d075a0238c2290 (patch) | |
tree | f4739605d28319a331ab2522f228a552d41d2d56 /lib/sqlalchemy/sql/selectable.py | |
parent | 3b60c3f53eab8ee5896b3fde525bcf31d4233658 (diff) | |
download | sqlalchemy-e17a81107db99300abef404b33d075a0238c2290.tar.gz |
Revert "fix post-production typo for #9174"
This reverts commit 3b60c3f53eab8ee5896b3fde525bcf31d4233658.
some scratch code for isolation levels got pushed :(
Diffstat (limited to 'lib/sqlalchemy/sql/selectable.py')
-rw-r--r-- | lib/sqlalchemy/sql/selectable.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/sql/selectable.py b/lib/sqlalchemy/sql/selectable.py index f43e6b43f..78fc7b1b7 100644 --- a/lib/sqlalchemy/sql/selectable.py +++ b/lib/sqlalchemy/sql/selectable.py @@ -3863,7 +3863,7 @@ class GenerativeSelect(SelectBase, Generative): :param of: SQL expression or list of SQL expression elements, (typically :class:`_schema.Column` objects or a compatible expression, for some backends may also be a table expression) which will render - into a ``FOR UPDATE OF`` clause; supported by PostgreSQL, Oracle, some + into a ``FOR UPDATE OF`` clause; supported by PostgreSQL Oracle, some MySQL versions and possibly others. May render as a table or as a column depending on backend. |