django/tests/expressions_window
Simon Charette e16d0c176e Fixed #35064 -- Fixed Window(order_by) crash with DecimalFields on SQLite.
This avoids cast of Window(order_by) for DecimalFields on SQLite.

This was achieved by piggy-backing ExpressionList which already
implements a specialized as_sqlite() method to override the inherited
behaviour of Func through SQLiteNumericMixin.

Refs #31723.

Thanks Quoates for the report.
2023-12-29 09:07:31 +01:00
..
__init__.py Fixed #26608 -- Added support for window expressions (OVER clause). 2017-09-18 09:42:29 -04:00
models.py Refs #28333 -- Added partial support for filtering against window functions. 2022-08-15 08:26:26 +02:00
tests.py Fixed #35064 -- Fixed Window(order_by) crash with DecimalFields on SQLite. 2023-12-29 09:07:31 +01:00