couchbase-lite-java-ce-root
couchbase-lite-java-ce-root copied to clipboard
The root workspace for the Community Editions of the Java language family of products (Java Desktop, Java WebService, and Android)
In our usecase we have around 3 millions db rows to download which takes around 2 hours which is a bit unacceptable in our usecase. So to speed up the...
Hello, I have been experiencing an intermittent issue with Blobs in the past few days. We have recently upgraded to Couchbase 2.6.2 in one of our Android products from Couchbase...
Hello, I'm using Couchbase lite in an Android project, in Kotlin, in the 3.2.1 version. When trying to save documents containing `Float`, I experience some crashes when the `Float` value...
Every time I open a database, I get this log message, no matter what I have set for File based logging: W Database.log.getFile().getConfig() is now null: logging is disabled. Log...
In my Android App (in a KMP project with N1QL, using Kotbase, but I think the error come from CouchbaseLite v3.1.9), I'm trying to use `COLLATE DIACRITIC` (from here: https://kotbase.dev/current/n1ql-query-strings/#arguments_8)...
On Android, I encounter an incorrect behaviour on the query listeners. #### Deleting and purging an existing document When deleting and purging (or directly purging) a document from a collection,...