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