]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Added support for the SQL-standard function :class:`.array_agg`,
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 26 Aug 2015 19:15:45 +0000 (15:15 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 26 Aug 2015 19:15:55 +0000 (15:15 -0400)
commitcfae9c2eaf0020be8d8acbe104cb693e0fee0796
tree37e608da4c00e645b188341ff0a43b4bae42096b
parent7024745a142e261efb6d878389d01a06673b655c
- Added support for the SQL-standard function :class:`.array_agg`,
which automatically returns an :class:`.Array` of the correct type
and supports index / slice operations.   As arrays are only
supported on Postgresql at the moment, only actually works on
Postgresql. fixes #3132
doc/build/changelog/changelog_11.rst
lib/sqlalchemy/sql/functions.py
test/dialect/postgresql/test_types.py
test/sql/test_functions.py