0
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 8 hours ago.
Jun 13, 2024 — Jun 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add test to check that the plugin rejects an attempt use Javascript object for a database name ref: litehelpers/Cordova-sqlite-storage#246 litehelpers/Cordova-sqlcipher-adapter#5 More... about 10 years ago
package.json generated (for common version branch) using the following command (with minor fixes): plugman createpackagejson . More... about 10 years ago
Add keywords element to plugin.xml (to work around bug in plugman createpackagejson) More... about 10 years ago
Mark existing test of sql error handler returning false as compliant to spec; add simpler test of sql error handler returning false; add test of sql error handler returning undefined (ref: litehelpers/Cordova-sqlite-storage#232) More... about 10 years ago
Issue discovered in litehelpers/Cordova-sqlite-storage#226 - should skip remaining callbacks after sql error with no error handler or error handler that returns true More... about 10 years ago
Omit FTS3/FTS4/R-Tree tests for WP(7/8); omit R-Tree test for Android in this version branch More... about 10 years ago
Enable FTS3/FTS4 (ref: #244), column metadata, and R-Tree in iOS & Windows universal versions More... about 10 years ago
Clarify state of Windows "Universal" version; state of FTS3/FTS4 & R-Tree support (in this branch) More... about 10 years ago
Check that database name is really a string (ref: litehelpers/Cordova-sqlite-storage#246 litehelpers/Cordova-sqlcipher-adapter#5); remove dependency on internal qid parameter More... about 10 years ago
Fix test of empty transaction (no sql statements) (ref: litehelpers/Cordova-sqlite-storage#230) More... about 10 years ago
Test R-Tree support (with plugin only); ICU-UNICODE string test on Android for HTML5 ONLY More... about 10 years ago
Test FTS3/FTS4 support thanks @calebeaires (ref: litehelpers/Cordova-sqlite-storage#244) More... about 10 years ago
Merge tag 'vv-windows-arm-fix-2015.04.28' into cordova-sqlite-common More... about 10 years ago
Skip database open/close/delete testing in (Circle)CI (at least for now) More... about 10 years ago
Run simple-test.js in CircleCI (Android) & TravisCI (iOS) and legacy.js in CircleCI (Android) More... about 10 years ago
Enable Function Level Linking (/Gy flag) for ARM target (both Debug & Release targets; both Windows & WindowsPHone) More... about 10 years ago
Better installation test in README.md; Move SQLite3 Windows & Windows Phone projects into their own directories to prevent interference with build files; remove old SQLite3-Windows8.1.vcxproj; remove instructions how to make Windows Universal work with Cordova CLI More... about 10 years ago
Update README.md for this version branch to reflect current status of Windows (Universal) version (etc.); npm-style id in plugin.xml in this version branch More... about 10 years ago
Explicit src/external directory with .gitignore, needed to install Windows (Universal) version from this version branch More... about 10 years ago
Merge branch 'windows-common-src' into cordova-sqlite-common More... about 10 years ago
Fix circle.yml to skip extra SWIG/Gradle installation & use generic plugin path (current working directory) More... about 10 years ago
Remove public exposure of getBlobAsBase64String:withlength: from SQLitePlugin.h More... about 10 years ago
60-minute (3600 second) timeout for Travis CI (iOS version) More... about 10 years ago
Add tests with _very_ simple test suite for CircleCI (Android) and Travis CI (iOS) More... about 10 years ago
Specify npm dependencies & cordova-paramedic testing (on Android) in circle.yml More... about 10 years ago
circle.yml to start testing Android version on CircleCI from @AllJoyn-Cordova/cordova-plugin-alljoyn thanks @vjrantal More... about 10 years ago
.travis.yml to use cordova-paramedic from @apache/cordova-plugin-device by @purplecabbage More... about 10 years ago
Use sqlite3.c from src/common in this branch (and in all branches using this branch) More... about 10 years ago
sqlite3.c compile options, working for both Windows 8.1 & Windows Phone 8.1 More... about 10 years ago
Move sqlite3.[hc] to src/common & upgrade to 3.8.9 More... about 10 years ago