SQLBoiler v4.13.0 Release Notes
Release Date: 2022-08-28 // over 2 years ago-
โ Added
- Generate IN/NIN whereHelpers for nullable types (thanks @fdegiuli)
๐ Fixed
- ๐ Fixed concurrent map writes in psql driver (thanks @pavel-krush)
- ๐ฎ Force title case for enum null prefix (thanks @optiman)
Previous changes from v4.12.0
-
โ 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 defaultdeleted_at
column name (thanks @shivaluma) - Trim whitespace for column comments (thanks @arp242)