Skip to content

Commit

Permalink
Upgrade realm-core to v14.10.2-14-gf66e24d03
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsenko committed Jul 2, 2024
1 parent 40d2639 commit b42d306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/realm_dart/src/realm-core
Submodule realm-core updated 41 files
+27 −0 CHANGELOG.md
+10 −1 evergreen/config.yml
+2 −3 src/external/s2/s2polygonbuilder.cc
+2 −1 src/realm/array_mixed.cpp
+7 −0 src/realm/chunked_binary.cpp
+3 −0 src/realm/chunked_binary.hpp
+44 −43 src/realm/cluster.cpp
+35 −26 src/realm/cluster.hpp
+36 −39 src/realm/cluster_tree.cpp
+2 −2 src/realm/cluster_tree.hpp
+11 −4 src/realm/db.cpp
+1 −0 src/realm/db.hpp
+0 −3 src/realm/list.cpp
+1 −1 src/realm/obj.cpp
+5 −0 src/realm/object-store/impl/realm_coordinator.hpp
+14 −17 src/realm/object-store/sync/app.cpp
+2 −1 src/realm/object-store/sync/async_open_task.cpp
+154 −52 src/realm/object-store/sync/impl/app_metadata.cpp
+1 −1 src/realm/object-store/sync/impl/app_metadata.hpp
+2 −1 src/realm/query_engine.cpp
+2 −1 src/realm/query_expression.hpp
+83 −146 src/realm/sync/client.cpp
+50 −19 src/realm/sync/noinst/client_history_impl.cpp
+4 −4 src/realm/sync/noinst/client_history_impl.hpp
+4 −54 src/realm/sync/noinst/client_impl_base.cpp
+5 −83 src/realm/sync/noinst/client_impl_base.hpp
+0 −36 src/realm/sync/noinst/client_reset_recovery.cpp
+4 −2 src/realm/util/cli_args.cpp
+4 −10 test/object-store/c_api/c_api.cpp
+74 −119 test/object-store/realm.cpp
+2 −2 test/object-store/results.cpp
+21 −23 test/object-store/sync/client_reset.cpp
+52 −53 test/object-store/sync/flx_schema_migration.cpp
+46 −68 test/object-store/sync/flx_sync.cpp
+97 −16 test/object-store/sync/metadata.cpp
+4 −0 test/object-store/test_runner.cpp
+2 −0 test/object-store/thread_safe_reference.cpp
+1 −1 test/object-store/util/sync/sync_test_utils.cpp
+5 −2 test/test_client_reset.cpp
+418 −0 test/test_mixed_null_assertions.cpp
+1 −2 test/test_sync.cpp

0 comments on commit b42d306

Please sign in to comment.