v2.0.3
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()