Skip to content

v2.0.3

Compare
Choose a tag to compare
@aarondl aarondl released this 05 Oct 14:50
· 1228 commits to master since this release

This release addresses issues with fairly specific use cases, but important ones. Many thanks to jseriff for finding most of these bugs.

  • Added guaranteed .R struct presence while eager loading to reduce (ironic) nil-check boilerplate while eager loading.
  • Added a --version flag
  • Fix an issue in Postgres where constraints in other schemas affected the current one which would generate extraneous relationships
  • Fix an issue where eager loading would not properly load nested models
  • Fix an issue where eager loading would be overridden by subsequent calls to qm.Load()