Skip to content

Commit 10e391c

Browse files
author
Christopher J. Brody
committed
SQLite 3.22.0 with EXTRA DURABLE build for Android
(cordova-sqlite-ext-deps 1.1.0) using -DSQLITE_DEFAULT_SYNCHRONOUS=3 compile-time setting also with -DSQLITE_THREADSAFE=1 for Android ref: storesafe/cordova-sqlite-storage#736
1 parent be78e30 commit 10e391c

File tree

5 files changed

+18588
-10043
lines changed

5 files changed

+18588
-10043
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ Contains source and object code built from:
1313
- [liteglue / Android-sqlite-connector](https://github.com/liteglue/Android-sqlite-connector) (Unlicense, public domain)
1414

1515
This project provides the following dependencies needed to build [litehelpers / Cordova-sqlite-storage](https://github.com/litehelpers/Cordova-sqlite-storage):
16-
- `sqlite3.h`, `sqlite3.c` - SQLite `3.15.2` amalgamation needed to build iOS/macOS and Windows platform versions
16+
- `sqlite3.h`, `sqlite3.c` - SQLite `3.22.0` amalgamation needed to build iOS/macOS and Windows platform versions
1717
- [libb64-encode](https://github.com/brodybits/libb64-encode), [sqlite3-base64](https://github.com/brodybits/sqlite3-base64), and [sqlite3-regexp-cached](https://github.com/brodybits/sqlite3-regexp-cached) source for iOS/macOS/Windows platform versions
18-
- `libs` - [liteglue / Android-sqlite-connector](https://github.com/liteglue/Android-sqlite-connector) and [brodybits / Android-sqlite-ext-native-driver](https://github.com/brodybits/Android-sqlite-ext-native-driver) library JARs built with SQLite `3.15.2` amalgamation, using [brodybits / sqlite3-regexp-cached](https://github.com/brodybits/sqlite3-regexp-cached), with the following flags:
19-
- `-DSQLITE_THREADSAFE=2`
18+
- `libs` - [liteglue / Android-sqlite-connector](https://github.com/liteglue/Android-sqlite-connector) and [brodybits / Android-sqlite-ext-native-driver](https://github.com/brodybits/Android-sqlite-ext-native-driver) library JARs built with SQLite `3.22.0` amalgamation, using [brodybits / sqlite3-regexp-cached](https://github.com/brodybits/sqlite3-regexp-cached), with the following flags:
19+
- `-DSQLITE_THREADSAFE=1`
20+
- `-DSQLITE_DEFAULT_SYNCHRONOUS=3`
2021
- `-DSQLITE_DEFAULT_MEMSTATUS=0`
2122
- `-DSQLITE_OMIT_DECLTYPE`
2223
- `-DSQLITE_OMIT_DEPRECATED`

libs/sqlite-native-driver.jar

100 KB
Binary file not shown.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-sqlite-ext-deps",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Cordova sqlite ext dependencies",
55
"main": "404.js",
66
"scripts": {

0 commit comments

Comments
 (0)