-
Notifications
You must be signed in to change notification settings - Fork 0
JSON1 build #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
JSON1 build #1
Conversation
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
Followup fix for the following commit: 62767f6 - spec rename isWKWebView to hasMobileWKWebView
from cordova-sqlite-evcore-free-dependencies 0.8.4 ref: storesafe/cordova-sqlite-evcore-extbuild-free#40
(cordova-sqlite-evcore-common-free 0.0.3)
Merge branch 'cordova-sqlite-evcore-common-free' Resolves storesafe/cordova-sqlite-evcore-extbuild-free#40
FTS3/FTS4/R-Tree
to replace androidDatabaseImplementation setting (cordova-sqlite-storage 2.5.0)
for 4-byte UTF-8 characters and crash bug fix for Samaritan characters from cordova-sqlite-evcore-free-dependencies 0.8.6 ref: - storesafe/cordova-sqlite-evcore-extbuild-free#7 - storesafe/cordova-sqlite-evcore-extbuild-free#37 (cordova-sqlite-evcore-extbuild-free 0.9.9-rc1)
which are currently not needed (introduced in eade090)
and SELECT LOWER(X'40414243') test fixes
returns emoji on Android plugin on default NDK provider (all Android versions tested) and androidDatabaseProvider: 'system' on Android 4.x ref: storesafe/cordova-sqlite-storage#564
and SELECT LOWER(X'41EDA080EDBCB1') string test ref: storesafe/cordova-sqlite-storage#564
Test updates October 2018
Note that the same non-standard encoding of 4-byte UTF-8 characters on Android pre-6.0 is also observed on the evcore plugin version.
(cordova-sqlite-storage 2.5.1)
Merge tag '2.5.1' of https://github.com/litehelpers/Cordova-sqlite-storage into cordova-sqlite-evcore-common-free with some test fixes for evcore on Android
(cordova-sqlite-evcore-common-free version branch)
in cordova-sqlite-evcore-common-free version branch with workaround for 4-byte UTF-8 crash bug ref: - storesafe/cordova-sqlite-evcore-extbuild-free#44 - storesafe/cordova-sqlite-evcore-extbuild-free#7 and crash bug fix for Samaritan characters ref: - storesafe/cordova-sqlite-evcore-extbuild-free#37 (cordova-sqlite-evcore-common-free 0.0.4)
(cordova-sqlite-evcore-common-free version branch)
Merge branch 'cordova-sqlite-evcore-common-free'
from cordova-sqlite-evcore-free-dependencies 0.8.7 (cordova-sqlite-evcore-extbuild-free 0.9.10)
Merge tag '0.9.10' of https://github.com/litehelpers/Cordova-sqlite-evcore-extbuild-free (with some minor fixes)
…us-ext-free (with index.js regenerated by `npm start`)
from the following custom sql.js branch: * https://github.com/brodybits/sql.js/tree/sqlite-3.26.0-json1
updates enabled
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.
sql-memory-growth.jswith FTS5, R-Tree, and JSON1 enabled from the following custom sql.js branch: https://github.com/brodybits/sql.js/tree/sqlite-3.26.0-json1 (brody4hire/sql.js#1)includes some JavaScript and test updates from a custom fork of
cordova-sqlite-evplus-ext-free