You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Backward incompatible change. Boolean params will now be coverted and stored as int type, 0 and 1, in compliance with SQLite specifications. Issue #63
Database decoupled from the Activity lifecycle on Android. With this change, the database will not be closed without explicit instructions to close it. SQLitePluginPackage constructor change. Pull Request #62
Correct handling for executeSql with object as sql value (solves a possible crash on iOS)
Backfill cordova-sqlite-storage fix - readTransaction allows modification in case of extra semicolon before SQL. Issue #460