Commit Graph

15 Commits

Author SHA1 Message Date
Chris Brody ae86164ec6 Cleanups in CoffeeScript & JS callbacks 2012-12-05 22:05:48 +01:00
Chris Brody bdf5ba7cb0 Improved handling of null objects; refactoring & cleanup 2012-12-05 20:56:16 +01:00
Chris Brody ca74669116 Fix Android version to handle multiple databases (#2) 2012-12-04 21:18:15 +01:00
Chris Brody 938bce69b8 Add first, elementary support for PRAGMA on Android 2012-12-03 23:13:34 +01:00
Chris Brody 825e92cd89 Fix Android version to bind compiled statement to the parameters 2012-08-05 20:07:03 +02:00
Chris Brody f1cf60ea2d Comment out change for issue 18 until SQLiteStatement parameter binding is fixed 2012-08-05 18:53:00 +02:00
Chris Brody 7a93d8d849 Fix #18/#38: insertId for INSERT reported for Android 2012-08-04 15:10:10 +02:00
Chris Brody 970665277a Cleanup after fix of #36, setStorage() completely gone for Android 2012-07-29 00:07:51 +02:00
Chris Brody be3d64e7c7 Fix #36 Android database now in correct location 2012-07-29 00:05:20 +02:00
Chris Brody 5b725d5cd1 Small fix from Storage.java, from incubator-cordova-android 2012-07-23 22:47:23 +02:00
steve 919c8e1725 missed a usage. 2012-06-16 23:32:08 -06:00
steve 8c07014428 added another parameter to switch file path logic for where a database can be. Could probably do in try/catch but ... also removed dependency on .db in code. ".db" is not always the extension of a sqlite database so it shouldn't be hard coded. user can specify in calling code. 2012-06-16 23:28:40 -06:00
steve 3a851b8537 updated imports for cordova 1.8.x 2012-06-16 17:53:36 -06:00
Chris Brody 645d1f37f3 Updates for Android version to match working @chbrody test environment 2012-04-11 20:41:00 +02:00
Chris Brody 410dd0d35f New Android version from @marcucio with major improvements in batch processing 2012-04-11 20:34:39 +02:00