Files
sqlalchemy/test/sql
Mike Bayer c5785037d8 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
(cherry picked from commit 4bb8397ae3)
2017-10-06 11:29:51 -04:00
..
2014-07-18 17:40:58 -04:00
2017-01-13 10:57:41 -05:00
2017-09-29 13:21:16 -04:00