diff --git a/CHANGES.md b/CHANGES.md index 3e88b126..67dc103e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # Changes +# cordova-sqlite-evcore-extbuild-free 0.9.3 + +- cordova-sqlite-evcore-extbuild-free with SQLITE_THREADSAFE=1 on iOS/macOS ref: litehelpers/Cordova-sqlite-storage#754 () + # cordova-sqlite-evcore-extbuild-free 0.9.2 ## cordova-sqlite-storage 2.2.0 diff --git a/README.md b/README.md index c1a04d60..145ef4a9 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ See the [Sample section](#sample) for a sample with a more detailed explanation. - BASE64 integrated from [brodybits / sqlite3-base64](https://github.com/brodybits/sqlite3-base64), using [brodybits / libb64-encode](https://github.com/brodybits/libb64-encode) (based on by Chris Venter, public domain) - REGEXP for Android (default Android-sqlite-connector database implementation), iOS, and macOS using [brodybits / sqlite3-regexp-cached](https://github.com/brodybits/sqlite3-regexp-cached) (based on by Alexey Tourbin, public domain) - SQLite `3.15.2` __included__, with the following _compile-time definitions (for all supported platforms Android/iOS/macOS/Windows)_: - - `SQLITE_THREADSAFE=2` _on Android/iOS/macOS (`SQLITE_THREADSAFE=1` on Windows)_ + - `SQLITE_THREADSAFE=1` on iOS/macOS/Windows (`SQLITE_THREADSAFE=2` Android) - ~~`SQLITE_DEFAULT_MEMSTATUS=0`~~ _(FUTURE TODO)_ - _~~`SQLITE_LOCKING_STYLE=1` on iOS/macOS~~ (XXX TODO ... already present in cordova-sqlite-evcore-common-free plugin version)_ - ~~`SQLITE_OMIT_DECLTYPE`~~ _(FUTURE TODO)_ diff --git a/package.json b/package.json index e07eef92..c20ba6ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-sqlite-evcore-extbuild-free", - "version": "0.9.2", + "version": "0.9.3", "description": "Cordova/PhoneGap sqlite storage - free enterprise version with Android performance/memory improvements and extra features for PhoneGap Build", "cordova": { "id": "cordova-sqlite-evcore-extbuild-free", diff --git a/plugin.xml b/plugin.xml index 1dcbb33c..892d7bdd 100644 --- a/plugin.xml +++ b/plugin.xml @@ -2,7 +2,7 @@ + version="0.9.3"> Cordova sqlite storage - free enterprise version with Android performance/memory improvements and extra features for PhoneGap Build @@ -67,7 +67,7 @@ + compiler-flags="-w -DSQLITE_TEMP_STORE=2 -DSQLITE_THREADSAFE=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4 -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_JSON1 -DSQLITE_OMIT_LOAD_EXTENSION -DSQLITE_DEFAULT_PAGE_SIZE=4096 -DSQLITE_DEFAULT_CACHE_SIZE=-2000" /> @@ -99,7 +99,7 @@ + compiler-flags="-w -DSQLITE_TEMP_STORE=2 -DSQLITE_THREADSAFE=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4 -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_JSON1 -DSQLITE_OMIT_LOAD_EXTENSION -DSQLITE_DEFAULT_PAGE_SIZE=4096 -DSQLITE_DEFAULT_CACHE_SIZE=-2000" />