index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
expressions_window
Age
Commit message (
Expand
)
Author
2019-08-02
Fixed #30668 -- Made QuerySet.filter() raise NotSupportedError if any of sour...
aaktsipetrov
2019-05-03
Fixed NonQueryWindowTests.test_unsupported_backend() on MySQL.
Mariusz Felisiak
2019-02-14
Fixed #29619 -- Added field names to some FieldErrors.
Hasan Ramezani
2019-02-09
Refs #26608 -- Added a database feature for fixed frame range distance support.
Simon Charette
2019-02-09
Fixed #30027 -- Errored out on Window function usage if unsupported.
Simon Charette
2019-02-09
Refs #30027 -- Enabled window function tests on SQLite 3.25+.
Simon Charette
2019-01-03
Refs #29851 -- Fixed test_subquery_row_range_rank() crash on MariaDB 10.2+.
Mariusz Felisiak
2018-12-27
Fixed #29851 -- Fixed crash of annotations with window expressions in Subquery.
Mariusz Felisiak
2018-10-21
Fixed #29847 -- Ensured proper ordering in queries.
Florian Apolloner
2018-07-30
Refs #29548 -- Fixed failing window tests on MariaDB 10.3.
Tom Forbes
2018-03-01
Fixed #29172 -- Fixed crash with Window expression in a subquery.
Tomáš Ehrlich
2017-09-18
Fixed #26608 -- Added support for window expressions (OVER clause).
Mads Jensen