SQLite.swift v0.14.1 Release Notes

Release Date: 2022-11-01 // over 2 years ago
    • 👀 Reverted Blob changes (See [#1167][] for rationale).

Previous changes from v0.14.0

  • 📚 For breaking changes, see [Upgrading.md](Documentation/Upgrading.md).

    • 👌 Support more complex schema changes and queries ([#1073][], [#1146][] [#1148][])
    • 👌 Support ATTACH/DETACH ([#30][], [#1142][])
    • 🔦 Expose connection flags (via URIQueryParameter) to open db ([#1074][]))
    • 👌 Support WITH clause ([#1139][])
    • ➕ Add Value conformance for NSURL ([#1110][], [#1141][])
    • ➕ Add decoding for UUID ([#1137][])
    • 📚 SQLCipher: improve documentation ([#1098][]), add sqlcipher_export ([#1101][])
    • 🛠 Fix insertMany([Encodable]) ([#1130][], [#1138][])
    • 🛠 Fix incorrect spelling of remove_diacritics ([#1128][])
    • 🛠 Fix project build order ([#1131][])
    • 🐎 Blob performance improvements ([#416][], [#1167][])
    • 🐎 Various performance improvements ([#1109][], [#1115][], [#1132][])
    • ✂ Removed FTS3/4 tokenizer integration (registerTokenizer, [#1104][], [#1144][])