SQLite.swift v0.14.1 Release Notes
Release Date: 2022-11-01 // 11 months ago-
- ๐ Reverted
Blob
changes (See [#1167][] for rationale).
- ๐ Reverted
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 forNSURL
([#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][])