summaryrefslogtreecommitdiff
path: root/tests/postgres_tests
diff options
context:
space:
mode:
authorSimon Charette <charette.s@gmail.com>2023-12-29 01:03:54 -0500
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-12-29 09:07:31 +0100
commite16d0c176e9b89628cdec5e58c418378c4a2436a (patch)
tree8cb49f6b106ef7a750a31ce572beb95eb86eb516 /tests/postgres_tests
parent90d365d869924d503565eb1ccdc24077d60faf0c (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')
0 files changed, 0 insertions, 0 deletions