We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59ceeee commit 3188adeCopy full SHA for 3188ade
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## v1.6.0
2
+
3
+* perf(ios): Run query in background thread to avoid blocking UI thread
4
+* perf(android): Run query in background thread
5
+* fix(android): Handle REAL datatype correctly (Thanks @chrmod)
6
+* fix(android): Fix "Null" Strings in Android for INSERT and UPDATE statements. (Thanks @Ayiga)
7
+* fix(ios): Fix warning due to no requiresMainQueueSetup
8
+* docs(readme): Fix installation instruction for Android (Thanks @yairopro)
9
10
## v1.5.2
11
12
* Fix a warning that the package name does not match the directory structure: `dog.craftz.sqlite_2` vs `dog/sqlite_2`.
0 commit comments