feat: improve error details of PGRST301 error

This commit is contained in:
Taimoor Zaeem
2025-05-31 13:30:32 -05:00
committed by Steve Chavez
parent f6316b86e4
commit c5ccf742d6
4 changed files with 18 additions and 6 deletions
+1
View File
@@ -10,6 +10,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Improve the `PGRST106` error when the requested schema is invalid by @laurenceisla in #4089
+ It now shows the invalid schema in the `message` field.
+ 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