fix: regression that makes order by with nulls order not work alongside limits

This commit is contained in:
Laurence Isla
2025-06-02 14:17:35 -05:00
parent dee7d6f39c
commit c413833ec8
3 changed files with 14 additions and 2 deletions
+4
View File
@@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased
### Fixed
- Fix regression that makes `ORDER BY` with nulls-order not work alongside limits by @laurenceisla in #4109
## [13.0.1] - 2025-06-01
### Fixed