Skip to content

Bug fixes and enhancements

Compare
Choose a tag to compare
@andpor andpor released this 30 Mar 17:31
· 196 commits to master since this release
  1. Allow retrieval of pre-populated db files from user defined locations in application bundle as well as the sandbox.
  2. Implement Activity lifecycle mgmt in Android native
  3. Fix issue #37 - Int Column type value overflow
  4. Fix issue #38 - Transactions not aborted with Promise runtime
  5. Backfill fixes from Cordova SQLite Storage
    • add sqlBatch to facilitate batch exec of simple SQL statements (Android + iOS)
    • add echoTest for plugin integrity test