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 16:53:29 +00:00
parent 2eb9e4a8a4
commit 1879c813c8
2 changed files with 24 additions and 14 deletions
+1
View File
@@ -15,6 +15,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### 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