Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refs #33476 -- Reformatted code with Black. | django-bot | 2022-02-07 | 1 | -20/+32 |
| | |||||
* | Simplified some imports for database functions. | Nick Pope | 2019-01-08 | 1 | -1/+2 |
| | | | Used more specific modules to reduce the risk of circular imports. | ||||
* | Refs #26608 -- Removed unneeded name attribute in window functions. | Mads Jensen | 2018-07-05 | 1 | -11/+0 |
| | |||||
* | Fixed #26608 -- Added support for window expressions (OVER clause). | Mads Jensen | 2017-09-18 | 1 | -0/+118 |
Thanks Josh Smeaton, Mariusz Felisiak, Sergey Fedoseev, Simon Charettes, Adam Chainz/Johnson and Tim Graham for comments and reviews and Jamie Cockburn for initial patch. |