What's Changed
- Added: Type-safe SQLite date and time helpers (#358).
- Added:
select.as(_:), for aliasing existing queries (#341). - Fixed: Automatically avoid upsert parsing ambiguity (#356).
- Fixed: Infer column group properties without explicit type annotations (#357).
- Performance: Query building improvements (#351).
- Performance: Define
TableColumnsproperties as computed getters (#352). - Diagnostics: Emit
nonisolateddiagnostic in default MainActor modules (#344). - Infrastructure: Documentation fixes (thanks @tiendq, #353).
New Contributors
Full Changelog: 0.36.0...0.37.0