0.15.0
版本发布时间: 2024-02-24 18:52:58
stephencelis/SQLite.swift最新发布版本:0.15.3(2024-04-19 08:50:52)
What's Changed
- Fix incorrect behavior when preparing SELECT * preceded by a WITH by @marmphco in https://github.com/stephencelis/SQLite.swift/pull/1179
- Adds support for returning extended error codes by @geoffmacd in https://github.com/stephencelis/SQLite.swift/pull/1178
- Fix typos by @rex4539 in https://github.com/stephencelis/SQLite.swift/pull/1182
- fix Xcode build error by @pongsakorn-onsri in https://github.com/stephencelis/SQLite.swift/pull/1192
- Make ithe IndexDefinition properties public by @stefansaasen in https://github.com/stephencelis/SQLite.swift/pull/1196
- Fix GitHub Actions build badge by @fwcd in https://github.com/stephencelis/SQLite.swift/pull/1200
- Run CI on macOS 13 by @jberkel in https://github.com/stephencelis/SQLite.swift/pull/1206
- SchemaReader: return the correct column definition for a composite primary key by @stefansaasen in https://github.com/stephencelis/SQLite.swift/pull/1217
- Add optional support for decoding by @JacobHearst in https://github.com/stephencelis/SQLite.swift/pull/1224
- make fromDatatypeValue throw by @elfredpagan in https://github.com/stephencelis/SQLite.swift/pull/1242
- Implements built-in window functions by @geoffmacd in https://github.com/stephencelis/SQLite.swift/pull/1228
- Fix column affinity parsing to match how SQLite determines affinity (Fix #1215) by @stefansaasen in https://github.com/stephencelis/SQLite.swift/pull/1218
- Handle FK definitions w/o key references by @jberkel in https://github.com/stephencelis/SQLite.swift/pull/1210
- Add privacy manifest by @ivanlares in https://github.com/stephencelis/SQLite.swift/pull/1245
New Contributors
- @rex4539 made their first contribution in https://github.com/stephencelis/SQLite.swift/pull/1182
- @pongsakorn-onsri made their first contribution in https://github.com/stephencelis/SQLite.swift/pull/1192
- @stefansaasen made their first contribution in https://github.com/stephencelis/SQLite.swift/pull/1196
- @fwcd made their first contribution in https://github.com/stephencelis/SQLite.swift/pull/1200
- @JacobHearst made their first contribution in https://github.com/stephencelis/SQLite.swift/pull/1224
- @elfredpagan made their first contribution in https://github.com/stephencelis/SQLite.swift/pull/1242
- @ivanlares made their first contribution in https://github.com/stephencelis/SQLite.swift/pull/1234
Full Changelog: https://github.com/stephencelis/SQLite.swift/compare/0.14.1...0.15.0