All Versions
15
Latest Version
Avg Release Cycle
137 days
Latest Release
162 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.11.4 Changes
September 30, 2017- Collate
.nocase
strictly enforcesNOT NULL
even when using Optional ([#697][]) - 🛠 Fix transactions not being rolled back when committing fails ([#426][])
- ➕ Add possibility to have expression on right hand side of like ([#591][])
- ➕ Added Date and Time functions ([#142][])
- ➕ Add Swift4 Coding support ([#733][])
- 🐧 Preliminary Linux support ([#315][], [#681][])
- ➕ Add
RowIterator
for more safety ([#647][], [#726][]) - 👉 Make
Row.get
throw instead of crash ([#649][]) - 🛠 Fix create/drop index functions ([#666][])
- 🚀 Revert deployment target to 8.0 ([#625][], [#671][], [#717][])
- ➕ Added support for the union query clause ([#723][])
- ➕ Add support for
ORDER
andLIMIT
onUPDATE
andDELETE
([#657][], [#722][]) - 👍 Swift 4 support ([#668][])
- Collate
-
v0.11.3 Changes
March 30, 2017- 🛠 Fix compilation problems when using Carthage ([#615][])
- ➕ Add
WITHOUT ROWID
table option ([#541][]) - 🛠 Argument count fixed for binary custom functions ([#481][])
- 📚 Documentation updates
- ✅ Tested with Xcode 8.3 / iOS 10.3
-
v0.11.2 Changes
December 25, 2016- 🛠 Fixed SQLCipher integration with read-only databases ([#559][])
- 📦 Preliminary Swift Package Manager support ([#548][], [#560][])
- 🛠 Fixed null pointer when fetching an empty BLOB ([#561][])
- 👍 Allow
where
as alias forfilter
([#571][])
-
v0.11.1 Changes
December 06, 2016- ↔ Integrate SQLCipher via CocoaPods ([#546][], [#553][])
- Made lastInsertRowid consistent with other SQLite wrappers ([#532][])
- 🛠 Fix for
~=
operator used with Double ranges - 📚 Various documentation updates
-
v0.11.0 Changes
October 19, 2016- Swift3 migration (diff)