v4.19.0
Added
- Add relation getters on base model structs. (thanks @parnic)
- Added
--no-relation-getters
option to prevent generation relation getters on the main structs. (thanks @parnic) - Add Query, Exec, and Bind helpers to the global executor. (thanks @parnic)
- BindGP
- QueryRowG
- QueryRowContextG
- ExecG
- ExecGP
- QueryG
- QueryGP
- ExecContextG
- ExecContextP
- ExecContextGP
- QueryContextG
- QueryContextP
- QueryContextGP
Fixed
- Fix count from subquery on postgresql. (thanks @renom)
- Cleanup unused imports after code generation. (thanks @eklatzer)
- Fix InsertWhitelist test in composite primary key table. (thanks @benevolent0505)
New Contributors
- @sgr45 made their first contribution in #1440
- @eklatzer made their first contribution in #1438
- @benevolent0505 made their first contribution in #1446
Full Changelog: v4.18.0...v4.19.0