diff options
| author | Simon Charette <charette.s@gmail.com> | 2023-12-29 01:03:54 -0500 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-12-29 09:07:31 +0100 |
| commit | e16d0c176e9b89628cdec5e58c418378c4a2436a (patch) | |
| tree | 8cb49f6b106ef7a750a31ce572beb95eb86eb516 /tests/postgres_tests/test_array.py | |
| parent | 90d365d869924d503565eb1ccdc24077d60faf0c (diff) | |
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.
Diffstat (limited to 'tests/postgres_tests/test_array.py')
0 files changed, 0 insertions, 0 deletions
