-
Notifications
You must be signed in to change notification settings - Fork 297
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9334e45
commit 39b36fb
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule couchbase-lite-core
updated
23 files
+2 −0 | C/tests/CMakeLists.txt | |
+671 −0 | C/tests/c4ArrayIndexTest.cc | |
+45 −0 | C/tests/c4QueryTest.cc | |
+100 −0 | C/tests/data/profiles_100.json | |
+7 −7 | LiteCore/Query/QueryParser.cc | |
+19 −1 | LiteCore/Query/SQLiteKeyStore+ArrayIndexes.cc | |
+0 −5 | LiteCore/Query/SQLiteQuery.cc | |
+0 −5 | LiteCore/Storage/BothKeyStore.hh | |
+0 −2 | LiteCore/Storage/KeyStore.hh | |
+19 −3 | LiteCore/Storage/SQLiteDataFile.cc | |
+5 −4 | LiteCore/Storage/SQLiteDataFile.hh | |
+11 −21 | LiteCore/Storage/SQLiteKeyStore.cc | |
+0 −4 | LiteCore/Storage/SQLiteKeyStore.hh | |
+29 −0 | LiteCore/tests/c4BaseTest.cc | |
+6 −2 | Networking/BLIP/BLIPConnection.cc | |
+1 −1 | Replicator/Checkpoint.cc | |
+2 −1 | Replicator/IncomingRev+Blobs.cc | |
+0 −1 | Replicator/Replicator.cc | |
+2 −0 | Replicator/Replicator.hh | |
+2 −2 | Replicator/Worker.cc | |
+2 −2 | Replicator/c4ReplicatorImpl.hh | |
+8 −0 | Xcode/LiteCore.xcodeproj/project.pbxproj | |
+1 −1 | vendor/mbedtls |