summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/ext.py
Commit message (Expand)AuthorAgeFilesLines
* Copy whereclause / using in ExcludeConstraintMike Bayer2017-01-301-1/+3
* - document that "column" and "where" are arbitrary SQL expressionsMike Bayer2017-01-261-3/+51
* Support python3.6Mike Bayer2017-01-131-1/+1
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* spelling: Postgresql -> PostgreSQLVille Skyttä2016-10-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-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