SQLBoiler v4.12.0 Release Notes

Release Date: 2022-07-26 // over 1 year ago
  • โž• Added

    • Fetch column and table info in parallel (thanks @pavel-krush)
    • Generate IN/NIN methods for enum type query helpers (thanks @optiman)
    • ๐Ÿ‘Œ Improve psql performance by isolating uniqueness query (thanks @peterldowns)
    • ๐Ÿ‘Œ Support for psql materialized view (thanks @severedsea)
    • ๐Ÿ‘Œ Support loading model relationships when binding to a struct with embedded model (thanks @optiman)

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix panic when missing primary key in table (thanks @zapo)
    • ๐Ÿ›  Fix some SQLite tests by enabling shared cache (thanks @gabe565)
    • ๐Ÿ›  Fix(sqlite3): narrows column.AutoGenerated to columns with INT PKs (thanks @pbedat)
    • ๐Ÿ›  Fix auto-columns.deleted not replace the default deleted_at column name (thanks @shivaluma)
    • Trim whitespace for column comments (thanks @arp242)