What's Changed
- Added:
jsonArrayInsert(#343). - Added: Query decoding can now throw on type mismatch (#310).
- Added: Query decoding now uses typed throws for better performance (thanks @ahti, #339).
- Added: New macro diagnostics for
RawRepresentation(#340). - Added: Better surface diagnostics for
@Tableenums (#331). - Fixed: Add back pressure to custom aggregate functions (#334).
- Fixed: Restore Swift 6.1 support (#347).
- Fixed: Avoid excessive paren nesting in
INandNOT INsubqueries to work around SQLite <3.41.0 bug ( #349).
New Contributors
Full Changelog: 0.35.0...0.36.0