Skip to content

6.28.0

Compare
Choose a tag to compare
@groue groue released this 11 Jul 05:52
· 269 commits to master since this release

A new release of the Swift toolkit for SQLite databases.

  • New: #1570 by @groue: Support single-value encoding
  • New: Added QueryInterfaceRequest.deleteAndFetchIds(_:) which returns the set of deleted ids.
  • New: Added Set methods union, formUnion, intersection and formIntersection that accept a cursor.
  • New: DatabaseUUIDEncodingStrategy is Sendable.