[Sqlalchemy-tickets] Issue #3132: Please add array_agg function (zzzeek/sqlalchemy)
Brought to you by:
zzzeek
|
From: Christian H <iss...@bi...> - 2014-07-15 22:55:08
|
New issue 3132: Please add array_agg function https://bitbucket.org/zzzeek/sqlalchemy/issue/3132/please-add-array_agg-function Christian H: PostgreSQL has this nice array_agg function, and it'd be awesome if sqlalchemy would know that it's return type is of ARRAY(type of thing passed in). BTW, Thanks for making SQLAlchemy! |