summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/array.py
Commit message (Expand)AuthorAgeFilesLines
* Set up base ARRAY to be compatible with postgresql.ARRAY.Mike Bayer2017-04-111-14/+3
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* spelling: Postgresql -> PostgreSQLVille Skyttä2016-10-081-3/+3
* Fix typo in commentkeeyip chan2016-09-111-2/+2
* Spelling fixespr/299Ville Skyttä2016-08-081-2/+2
* - happy new yearMike Bayer2016-01-291-1/+1
* - Added :class:`.mysql.JSON` for MySQL 5.7. The JSON type providesMike Bayer2016-01-061-17/+25
* - 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