fix: detect the correct base type of recursive domains in schema cache for tables and views

In OpenAPI it shows the correct base type in properties' definitions (including enums).
This commit is contained in:
Laurence Isla
2025-06-16 18:23:00 -05:00
parent f54aef4795
commit 6dcb0e0b02
2 changed files with 24 additions and 21 deletions
+1 -7
View File
@@ -5,16 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased
### Added
- 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
- Fix `max-affected` preference not failing with RPC when `handling=strict` by @taimoorzaeem in #4100
- Fix a property definition's type in OpenAPI not showing the correct base type of a recursive domain by @laurenceisla in #4136
## [13.0.2] - 2025-06-02