Change inaccurate error codes to new ones

- Code for column is not found is PGRST204
- Code for timed out when acquiring connection to db is PGRST003
This commit is contained in:
Laurence Isla
2023-02-09 14:57:51 -05:00
committed by GitHub
parent c893ac15dc
commit 60f4446fd8
4 changed files with 11 additions and 4 deletions
+3
View File
@@ -24,6 +24,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
- #2651, Add the missing `get` path item for RPCs to the OpenAPI output - @laurenceisla
- #2648, Fix inaccurate error codes with new ones - @laurenceisla
+ `PGRST204`: Column is not found
+ `PGRST003`: Timed out when acquiring connection to db
## [10.1.2] - 2023-02-01