fix: not adding application_name on all URIs

This commit is contained in:
steve-chavez
2024-05-06 11:12:45 -05:00
committed by Steve Chavez
parent 21bc48ad9a
commit 7e91e5311d
3 changed files with 38 additions and 16 deletions
+1
View File
@@ -40,6 +40,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- #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
- #2985, Fix not adding `application_name` on all connection strings - @steve-chavez
### Deprecated