greenrobot / android-database-performance

Android Database Performance Benchmarks
Apache License 2.0
80 stars 16 forks source link

Update couchbase test #9

Open greenrobot-team opened 8 years ago

greenrobot-team commented 8 years ago

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