fix: schema cache loads duplicate objects with different object type but same oid

This commit is contained in:
Taimoor Zaeem
2025-05-08 19:42:26 +00:00
committed by Wolfgang Walther
parent e0c5b3a314
commit 657cabe757
2 changed files with 4 additions and 3 deletions
+1
View File
@@ -36,6 +36,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- #3600, #3926, Improve JWT errors - @taimoorzaeem
- #3013, Fix `order=` with POST, PATCH, PUT and DELETE requests - @taimoorzaeem
- #3965, Fix filter on unselected columns in a table-valued function - @taimoorzaeem
- #4052, Fix schema cache load duplicate objects with different object type but same oid - @taimoorzaeem
### Changed