fix: Increase the db-pool-timeout to 1 hour

This commit is contained in:
steve-chavez
2022-06-15 13:19:44 -05:00
committed by Steve Chavez
parent 0c5d2e553e
commit df7d71db32
8 changed files with 8 additions and 7 deletions
+1
View File
@@ -45,6 +45,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- #2277, #2238, #1643, Prevent views from breaking one-to-many/many-to-one embeds when using column or FK as target - @steve-chavez
+ When using a column or FK as target for embedding(`/tbl?select=*,col-or-fk(*)`), only tables are now detected and views are not.
+ You can still use a column or an inferred FK on a view to embed a table(`/view?select=*,col-or-fk(*)`)
- #2317, Increase the `db-pool-timeout` to 1 hour to prevent frequent high connection latency - @steve-chavez
### Changed