couchbase-lite-core icon indicating copy to clipboard operation
couchbase-lite-core copied to clipboard

Cross-platform C++ core library for Couchbase Lite

Results 49 couchbase-lite-core issues
Sort by recently updated
recently updated
newest added

Also - Reverted f6b93e28765c81cf6905b5d271c046715d04cf83 to reinstate checking of format string and -Wformat-nonliteral. - Logging Coll= using the same mechanism. - Corrected several places where collection ID is repeated in the...

The column was added to the table definition in commit 5c3c854, but I forgot to add code to add the column to existing tables.

Cherry-picked 665a506 from CBL-5605.

The merge is not as bad as I thought it would be. A few conflicts needed resolving, but no manual adjustment needed to take place. I've run the VectorSearch tests...

Most log domains are generated from inside the library with literal string names. The are held by the language. For domains created via c4log_getDomain, we will hold the name in...