android-database-performance
android-database-performance copied to clipboard
Update couchbase test
trafficstars
DO NOT MERGE
Transactions are removed in 1.2. They were previously accessible only inofficially. Now a transaction is started as soon as the database is openend. So nested transactions are no longer supported (or the "global" transaction would fail).
Also the API to clear the document cache has been removed, now only happens if the database is closed.
So not merging for now? (Batch tests are disabled in this branch.)
-ut