summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/ext.py
Commit message (Expand)AuthorAgeFilesLines
* Run search and replace of symbolic module namesMike Bayer2020-04-141-8/+12
* happy new yearMike Bayer2020-01-011-1/+1
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-181-8/+26
* Remove all remaining text() coercions and ensure identifiers are safeMike Bayer2019-02-061-21/+17
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-5/+5
* Run black -l 79 against all source filesMike Bayer2019-01-061-23/+21
* Accept multiple expressions for aggregate_order_by order_byMike Bayer2018-09-251-2/+13
* Pass desired array type from pg.array_agg to functions.array_aggMike Bayer2018-08-221-2/+3
* happy new yearMike Bayer2018-01-121-1/+1
* 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