All bug fixes
Pre-release
Pre-release
- test: remove searchPath from postgreSQL config 4b10565
- refactor: add connectionString config option in postgresql config 2ae295b
- fix(orm): use naming strategy for computed field (#970) 073fee4
- fix: mention search paths from config during db:wipe and db:truncate commands 5e99253
- fix: make models inherit relationships 8a6f894
- refactor: deprecate useTransaction method usage on query builder 223db39
- fix: passing connection debug flag to relationships loaded via model instance b44d15e
- fix: logic for wrapping existing where clauses when applying relationship constraints 45cad2e
- chore: package update dependencies 638b150
- fix: release connection in provider shutdown (#977) 8b839d3
What's Changed
- fix: release connection in provider shutdown by @Julien-R44 in #977
- refactor(orm): use naming strategy for computed field by @RomainLanz in #970
Full Changelog: v19.0.0-5...v19.0.0-6