Skip to content

Bug fixes and enhancements

Compare
Choose a tag to compare
@andpor andpor released this 05 Jul 08:24
· 147 commits to master since this release
  • 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