diff options
Diffstat (limited to 'lib/sqlalchemy/sql/selectable.py')
-rw-r--r-- | lib/sqlalchemy/sql/selectable.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sqlalchemy/sql/selectable.py b/lib/sqlalchemy/sql/selectable.py index f48fa6f57..a5dee068c 100644 --- a/lib/sqlalchemy/sql/selectable.py +++ b/lib/sqlalchemy/sql/selectable.py @@ -1413,7 +1413,7 @@ class Lateral(Alias): level function as well as the :meth:`.FromClause.lateral` method available on all :class:`.FromClause` subclasses. - While LATERAL is part of the SQL standard, curently only more recent + While LATERAL is part of the SQL standard, currently only more recent PostgreSQL versions provide support for this keyword. .. versionadded:: 1.1 @@ -3256,7 +3256,7 @@ class Select(HasPrefixes, HasSuffixes, GenerativeSelect): When columns are omitted based on foreign key, the referred-to column is the one that's kept. When columns are omitted based on - WHERE eqivalence, the first column in the columns clause is the + WHERE equivalence, the first column in the columns clause is the one that's kept. :param only_synonyms: when True, limit the removal of columns |