Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed unnecessary StatAggregate.resolve_expression(). | Jon Dufresne | 2019-08-08 | 1 | -3/+0 |
* | Simplified Count.convert_value() and RegrCount.convert_value(). | Sergey Fedoseev | 2017-09-16 | 1 | -3/+1 |
* | Fixed #28492 -- Defined default output_field of expressions at the class level. | Simon Charette | 2017-09-11 | 1 | -4/+4 |
* | Fixed #27849 -- Added filtering support to aggregates. | Tom | 2017-08-12 | 1 | -6/+6 |
* | Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expre... | Tim Graham | 2017-07-20 | 1 | -1/+1 |
* | Simplified handling of expressions in StatAggregate. | Sergey Fedoseev | 2017-03-23 | 1 | -10/+1 |
* | Refs #23919 -- Replaced super(ClassName, self) with super(). | chillaranand | 2017-01-25 | 1 | -4/+4 |
* | Fixed #24301 -- Added PostgreSQL-specific aggregate functions | Andriy Sokolovskiy | 2015-03-30 | 1 | -0/+80 |