Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.15.0 source code.tar.gz | 2024-02-24 | 846.8 kB | |
0.15.0 source code.zip | 2024-02-24 | 902.5 kB | |
README.md | 2024-02-24 | 2.5 kB | |
Totals: 3 Items | 1.8 MB | 0 |
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