diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2022-08-22 13:55:08 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2022-08-22 13:55:08 -0400 |
| commit | 25fa4c0250730958c39676007cc39df7b0ee2124 (patch) | |
| tree | be5969044c2fa79069c35a55a30ed63517416e05 /lib/sqlalchemy | |
| parent | 07961a8bd0b965d79855275b0eb80075b57c2d49 (diff) | |
| download | sqlalchemy-25fa4c0250730958c39676007cc39df7b0ee2124.tar.gz | |
more function adjustments
the inherited-members feature works very poorly
and inconsistently in sphinx. just dont use it here as it
refuses to exclude ColumnOperators methods
Change-Id: Ic50865c9901e7225a99ff7f33454da15ff91b12f
Diffstat (limited to 'lib/sqlalchemy')
| -rw-r--r-- | lib/sqlalchemy/sql/functions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/sql/functions.py b/lib/sqlalchemy/sql/functions.py index 77c93aed6..a028e7fed 100644 --- a/lib/sqlalchemy/sql/functions.py +++ b/lib/sqlalchemy/sql/functions.py @@ -572,7 +572,7 @@ class FunctionElement(Executable, ColumnElement[_T], FromClause, Generative): in the columns or where clause, for a backend such as PostgreSQL. For a full table-valued expression, use the - :meth:`_function.FunctionElement.table_valued` method first to + :meth:`_functions.FunctionElement.table_valued` method first to establish named columns. e.g.:: |
