chore: improve details field of the singular error response (#2876)

This commit is contained in:
Taimoor Zaeem
2023-08-01 19:37:54 -05:00
committed by GitHub
parent 40c2bcd4a1
commit d0a71de2da
3 changed files with 18 additions and 17 deletions
+1
View File
@@ -22,6 +22,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
+ Note: data representations require Postgres 10 (Postgres 11 if using `IN` predicates); data representations are not implemented for RPC
- #2647, Allow to verify the PostgREST version in SQL: `select distinct application_name from pg_stat_activity`. - @laurenceisla
- #2856, Add the `--version` CLI option that prints the version information - @laurenceisla
- #1655, Improve `details` field of the singular error response - @taimoorzaeem
### Fixed