December 2020 update#6
Open
brody2consult wants to merge 161 commits into
Open
Conversation
added 30 commits
November 6, 2018 22:11
for androidDatabaseProvider: 'system' setting, to avoid possible crash during app shutdown (cordova-sqlite-storage 2.5.2) Resolves brody2consult/cordova-sqlite-storage#833
with security update and support for window functions using cordova-sqlite-storage-dependencies@1.2.1 and add another upcoming breaking change Resolves brody2consult/cordova-sqlite-storage#837
plugin version branch Note that this plugin version branch is made for easy merge of changes into the cordova-sqlcipher-adapter plugin version
with SQLITE_DEFAULT_SYNCHRONOUS=3 (EXTRA DURABLE) compile-time setting from cordova-sqlite-storage-dependencies@1.2.1
(should be considered a POSSIBLY BREAKING change) ref: brody2consult/cordova-sqlite-storage#769
should be considered a POSSIBLY BREAKING change ref: brody2consult/cordova-sqlite-storage#769
(BREAKING CHANGE)
(android.annotation.SuppressLint) - POSSIBLY BREAKING CHANGE
(POTENTIALLY BREAKING CHANGE) ref: brody2consult/cordova-sqlite-storage#763
(not needed)
(POTENTIALLY BREAKING CHANGE)
SQLITE_THREADSAFE=1 build setting was used in cordova-sqlite-ext-common 0.0.1
Note that a 0.x.x version identifier is used in this plugin version branch since it is not ready for production, due to missing SQLITE_DBCONFIG_DEFENSIVE option setting on Android.
PENDING due to KNOWN CRASH on SQLite 3.30.1 (Decmeber 2019) ref: - http://sqlite.1065341.n5.nabble.com/Crash-Bug-Report-tc109903.html - brody2consult/cordova-sqlite-storage#904
Merge branch 'dev' of https://github.com/xpbrew/cordova-sqlite-storage into cordova-sqlite-evcore-commoncore-free - add PENDING TEST of a known crash issue - doc updates & fixes
Merge branch 'cordova-sqlite-evcore-commoncore-free'
Merge branch 'cordova-sqlite-evcore-commoncore-free' of https://github.com/brodysoft/cordova-sqlite-evcore-extbuild-free
(cordova-sqlite-evplus-ext-free 0.5.0-rc2)
as built from the following branch: * https://github.com/brodybits/sql.js/tree/eu-ext-custom-build - internal SQL object - renamed sql-asm-debug.js src file in scripts/prepareMain.js - no extra mod wrapper around sql-asm-debug.js - spec testing updates for: - SQLite 3.30.1 - EU string enhancements - non-standard BASE64 now working on eu-ext-custom-build version of SQL.js - doc updates in README.md
as built from the following branch: * https://github.com/brodybits/sql.js/tree/eu-ext-custom-build
(sqlite-evcustom-browser-memory-storage-ext-free 0.2.0-rc2)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
These updates are in tag
0.2.0-rc1.Not included: "module is not defined" error (#4) not fixed in this proposal.