]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- add a postgresql-specific form of array_agg() that injects the
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 27 Aug 2015 15:21:25 +0000 (11:21 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 27 Aug 2015 15:22:05 +0000 (11:22 -0400)
commit410be197ef5df234205b35f0d318b106a34e7f92
tree369b0217b874a68190833f5884b8a37f3043d159
parente2209f7534255855f33a2afedac913fbefe37484
- add a postgresql-specific form of array_agg() that injects the
ARRAY type, references #3132
doc/build/changelog/changelog_11.rst
doc/build/changelog/migration_11.rst
doc/build/dialects/postgresql.rst
lib/sqlalchemy/dialects/postgresql/__init__.py
lib/sqlalchemy/dialects/postgresql/array.py
lib/sqlalchemy/dialects/postgresql/base.py
lib/sqlalchemy/dialects/postgresql/ext.py
lib/sqlalchemy/sql/functions.py
test/dialect/postgresql/test_types.py