A new release of the Swift toolkit for SQLite databases.
- New: #1503 by @simba909: Conform Database.ColumnType to Sendable
- New: #1510 by @groue: Add Sendable conformances and unavailabilities
- New: #1511 by @groue: Database schema dump
- New: #1515 by @groue: Support for the CAST SQLite function
- Fixed: #1508 by @groue: Fix ValueObservation mishandling of database schema modification
- Fixed: #1512: Decoding errors are now correctly reported when decoding NULL into a non-optional property of type
Data
orDate
.