Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix postgresql exclude contraint to check when= against None rather than ↵pr/215 | aisch | 2015-11-23 | 1 | -1/+1 |
| | | | | __bool__ eval | ||||
* | - add a postgresql-specific form of array_agg() that injects the | Mike Bayer | 2015-08-27 | 1 | -0/+14 |
| | | | | ARRAY type, references #3132 | ||||
* | - consolidate "constraints.py" into the more general "ext.py", | Mike Bayer | 2015-08-27 | 1 | -0/+91 |
| | | | | for all assorted PG SQL extensions | ||||
* | - add PG-specific aggregate_order_by(), references #3132 | Mike Bayer | 2015-08-27 | 1 | -0/+63 |