diff --git a/README.md b/README.md index 7ed8699c9..99543569b 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 @@ -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