Files
sqlalchemy/test/sql
Mike Bayer 4bb8397ae3 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
2017-10-06 11:29:09 -04:00
..
2014-07-18 17:40:58 -04:00
2017-08-31 17:20:26 -04:00
2017-08-31 17:20:26 -04:00
2017-09-28 19:22:17 -04:00