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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user