forked from storesafe/cordova-sqlite-storage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fix readTransaction to reject modification statements with extra semicolon(s) in the beginning - Announce new Cordova-sqlite-evcore-extbuild-free version - Additional tests - Other doc fixes
- Loading branch information
Christopher J. Brody
committed
Jul 1, 2016
1 parent
99e1616
commit de916fd
Showing
5 changed files
with
66 additions
and
45 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -115,21 +115,25 @@ Other major changes by @brodybits in 2015: | |
- Introduction of other version projects: | ||
- Cordova-sqlcipher-adapter | ||
- cordova-sqlite-ext with REGEXP and pre-populated database support | ||
- Cordova-sqlite-enterprise-free with memory fix and other enhancements, | ||
- Enterprise version with memory fix and other enhancements, | ||
available under GPL or commercial licensing options | ||
- react-native-sqlite-storage version for Android and iOS developed and maintained | ||
by @andpor (Andrzej Porebski <[email protected]>), based on this project | ||
|
||
## Major changes 2016 | ||
|
||
Features removed from main version branch, available in cordova-sqlite-ext and Cordova-sqlite-legacy versions: | ||
- Windows version removed from this version branch | ||
- Android-sqlite-connector (NDK) support removed from this version branch | ||
|
||
New features: | ||
- Echo self-test function | ||
- Simple sql batch query interface | ||
|
||
Installation changes | ||
- Use of `before_plugin_install` hook to install external dependencies | ||
|
||
New versions introduced | ||
- Cordova-sqlite-evcore-extbuild-free with major performance and memory fixes for Android, | ||
available under GPL or commercial licensing options with support for PhoneGap Build | ||
- Cordova-sqlite-evplus (legacy) versions with GPL or premium commercial licensing options | ||
|
||
## Recent changes | ||
|
||
See CHANGES.md |
Oops, something went wrong.