android-database-performance icon indicating copy to clipboard operation
android-database-performance copied to clipboard

Update couchbase test

Open greenrobot-team opened this issue 9 years ago • 0 comments
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

greenrobot-team avatar Mar 14 '16 08:03 greenrobot-team