diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-08-24 17:57:36 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-08-25 18:24:46 -0400 |
| commit | 7024745a142e261efb6d878389d01a06673b655c (patch) | |
| tree | 0f89b8309d1d854571152c94276c523bfa096d24 /doc/build/dialects/postgresql.rst | |
| parent | d57e5edbcdf915168c613cdd6da0bd7bea877fa4 (diff) | |
| download | sqlalchemy-7024745a142e261efb6d878389d01a06673b655c.tar.gz | |
- build out a new base type for Array, as well as new any/all operators
- any/all work for Array as well as subqueries, accepted by MySQL
- Postgresql ARRAY now subclasses Array
- fixes #3516
Diffstat (limited to 'doc/build/dialects/postgresql.rst')
| -rw-r--r-- | doc/build/dialects/postgresql.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/build/dialects/postgresql.rst b/doc/build/dialects/postgresql.rst index e5d8d51bc..efe59f7aa 100644 --- a/doc/build/dialects/postgresql.rst +++ b/doc/build/dialects/postgresql.rst @@ -30,9 +30,9 @@ construction arguments, are as follows: :members: __init__, Comparator -.. autoclass:: Any +.. autofunction:: Any -.. autoclass:: All +.. autofunction:: All .. autoclass:: BIT :members: __init__ |
