fix: parsing of the for parameter of plan media type (#4005)

This commit is contained in:
Taimoor Zaeem
2025-04-12 06:10:25 -05:00
committed by GitHub
parent 6b4648d2e4
commit a6e81a5241
2 changed files with 52 additions and 28 deletions
+1
View File
@@ -34,6 +34,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- #3697, #3602, Handle queries on non-existing table gracefully - @taimoorzaeem
- #3600, #3926, Improve JWT errors - @taimoorzaeem
- #3013, Fix `order=` with POST, PATCH, PUT and DELETE requests - @taimoorzaeem
- #3498, Fix incorrect parsing of the `for` parameter of the `application/vnd.pgrst.plan` media type - @taimoorzaeem
### Changed