fix: fix wrong 503 Service Unavailable on pg error 53400

This commit is contained in:
Taimoor Zaeem
2024-05-06 07:54:11 -05:00
committed by Steve Chavez
parent cabe744f01
commit 21bc48ad9a
5 changed files with 19 additions and 2 deletions
+1
View File
@@ -39,6 +39,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- #3418, Fix OpenAPI not tagging a FK column correctly on O2O relationships - @laurenceisla
- #3256, Fix wrong http status for pg error `42P17 infinite recursion` - @taimoorzaeem
- #3404, Clarify the `PGRST121` (could not parse RAISE 'PGRST') error message - @laurenceisla
- #3267, Fix wrong `503 Service Unavailable` on pg error `53400` - @taimoorzaeem
### Deprecated