SQLite.swift v0.14.1 Release Notes

Release Date: 2022-11-01 // over 1 year 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][])