Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.25 KB

CHANGES.md

File metadata and controls

40 lines (27 loc) · 1.25 KB

Changes

1.0.6

  • Proper handling of transactions that may be requested before the database open operation is completed
  • Report an error upon attempt to close a database handle object multiple times.

1.0.5

  • Workaround for Android db locking/closing issue
  • Fix double-precision REAL values in result (iOS version)
  • Fix query result truncation in case of NULL character (\0 or \u0000) (iOS version)
  • Convert array SQL parameters to string, according to match Web SQL spec
  • Fix closing of Android database
  • Some fixes for SQL API error handling to be consistent with Web SQL

1.0.4

  • Pre-populated database option (Android/iOS)
  • Option to select database location to disable iCloud backup (iOS ONLY)
  • Safeguard against closing of database while transaction is pending
  • Fix to prevent double marshaling of data

1.0.3

  • Fixed issue with multi-page apps on Android (due to problem when closing & re-opening app)

1.0.2

  • Workaround for issue with multiple UPDATE statements WP(8) (#128)

1.0.1

  • Support Cordova 3.3.0/3.4.0 to support Amazon-FireOS
  • Fixes for WP(8):
    • use one thread per db to solve open/close/delete issues
    • fix integer data binding
  • Fix open/close callbacks Android & WP(8)
  • Resolve issue with INSERT OR IGNORE (Android)