summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/array.py
Commit message (Expand)AuthorAgeFilesLines
* - The use of a :class:`.postgresql.ARRAY` object that refersMike Bayer2015-09-191-1/+14
* - add a postgresql-specific form of array_agg() that injects theMike Bayer2015-08-271-2/+2
* - build out a new base type for Array, as well as new any/all operatorsMike Bayer2015-08-251-176/+46
* - document workaround type for ARRAY of ENUM, fixes #3467Mike Bayer2015-08-181-0/+4
* - merge of ticket_3499 indexed access branchMike Bayer2015-08-171-0/+419