Skip to content

v4.19.0

Compare
Choose a tag to compare
@stephenafamo stephenafamo released this 09 May 08:00
· 12 commits to master since this release

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

Full Changelog: v4.18.0...v4.19.0