Skip to content

6.26.0

Compare
Choose a tag to compare
@groue groue released this 23 Mar 13:08
· 19 commits to master since this release

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 or Date.