diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-10-06 11:14:29 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-10-06 11:29:09 -0400 |
commit | 4bb8397ae3a9d65bd18eb1d7c951bf5121ea280a (patch) | |
tree | 99ed437324d1ceaf1b6022216862c3eac5d15884 /lib/sqlalchemy/dialects/postgresql/psycopg2.py | |
parent | 2c280791886756422a8103769cf131b0fe292ffe (diff) | |
download | sqlalchemy-4bb8397ae3a9d65bd18eb1d7c951bf5121ea280a.tar.gz |
Fix array_agg to accommodate ARRAY arguments
Fixed bug in :func:`.array_agg` function where passing an argument
that is already of type :class:`.ARRAY`, such as a Postgresql
:obj:`.postgresql.array` construct, would produce a ``ValueError``, due
to the function attempting to nest the arrays.
Change-Id: Ibe5f6275d90e4868e6ef8a733de05acd44c05d78
Fixes: #4107
Diffstat (limited to 'lib/sqlalchemy/dialects/postgresql/psycopg2.py')
0 files changed, 0 insertions, 0 deletions