summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/ext.py
Commit message (Expand)AuthorAgeFilesLines
* - happy new yearMike Bayer2016-01-291-1/+1
* - Added :class:`.mysql.JSON` for MySQL 5.7. The JSON type providesMike Bayer2016-01-061-1/+1
* fix postgresql exclude contraint to check when= against None rather than __bo...pr/215aisch2015-11-231-1/+1
* - add a postgresql-specific form of array_agg() that injects theMike Bayer2015-08-271-0/+14
* - consolidate "constraints.py" into the more general "ext.py",Mike Bayer2015-08-271-0/+91
* - add PG-specific aggregate_order_by(), references #3132Mike Bayer2015-08-271-0/+63