summaryrefslogtreecommitdiff
path: root/tests/composite_pk/test_order_by.py
AgeCommit message (Collapse)Author
2025-01-08Fixed #36065 -- Fixed ordering by expression referencing composite primary key.Simon Charette
Thanks Jacob Walls for the report and test and Csirmaz Bendegúz for the review.
2025-01-08Refs #36065 -- Extracted composite primary key order by tests.Simon Charette