Skip to content

Commit

Permalink
Update README.md: issue with multi-page apps fixed on Android (ref: #106
Browse files Browse the repository at this point in the history
/#134); INSERT multiple rows affected broken on Android (ref: #136); possible issue with triggers (ref: #133)
  • Loading branch information
Chris Brody committed Sep 22, 2014
1 parent fe96253 commit 7fc7b76
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Also the threading model is changed as described below.

## Announcements

- Issue with multi-page apps is fixed for Android
- Fixes to work with PouchDB by [@nolanlawson](https://github.com/nolanlawson)
- Forum renamed to: [Cordova-SQLitePlugin forum](http://groups.google.com/group/Cordova-SQLitePlugin)
- New location: https://github.com/brodysoft/Cordova-SQLitePlugin
Expand Down Expand Up @@ -52,6 +53,7 @@ Also the threading model is changed as described below.
- db.executeSql() calls callback multiple times
- issues with db.close() & sqlitePlugin.deleteDatabase()
- using web workers is currently not supported and known to be broken on Android
- INSERT statement that affects multiple rows (due to SELECT cause or using triggers, for example) does not report proper rowsAffected on Android

## Other limitations

Expand All @@ -60,7 +62,11 @@ Also the threading model is changed as described below.
- For iOS, iCloud backup is NOT optional and should be.
- The Android version cannot work with more than 100 open db files due to its threading model.
- Missing db creation callback
- Multi-page architecture is not (yet) supported.

## Limited support (testing needed)

- Multi-page apps on WP(8)
- DB Triggers

## Other versions

Expand Down

0 comments on commit 7fc7b76

Please sign in to comment.