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

This commit is contained in:
Laurence Isla
2025-06-02 17:44:57 +00:00
parent a409a2cb94
commit f7fa717411
3 changed files with 14 additions and 2 deletions
+4
View File
@@ -12,6 +12,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
+ The exposed schemas are now listed in the `hint` instead of the `message` field.
- Improve error details of `PGRST301` error by @taimoorzaeem in #4051
### 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