Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-03-22 | 596 Bytes | |
v7.4.0 source code.tar.gz | 2025-03-22 | 7.5 MB | |
v7.4.0 source code.zip | 2025-03-22 | 7.9 MB | |
Totals: 3 Items | 15.5 MB | 0 |
A new release of the Swift toolkit for SQLite databases.
This release is a recommended upgrade: it fixes unexpected ValueObservation
failures in applications that perform asynchronous writes from a Task
that gets cancelled.
What's Changed
- Add the MIN and MAX multi-argument SQL functions to the query interface by @groue in https://github.com/groue/GRDB.swift/pull/1745
- Transaction observers are not impacted by Task Cancellation by @groue in https://github.com/groue/GRDB.swift/pull/1747
Full Changelog: https://github.com/groue/GRDB.swift/compare/v7.3.0...v7.4.0