1 file changed
+1
-1
lines changedSubmodule realm-core updated 36 files
- .github/ISSUE_TEMPLATE/bug_report.md+1-2
- .github/ISSUE_TEMPLATE/crash.md+1-1
- .github/ISSUE_TEMPLATE/feature-request.md+1-2
- CHANGELOG.md+44-2
- Package.swift+1-1
- dependencies.list+1-1
- src/realm/collection.cpp+14-12
- src/realm/collection.hpp+6-4
- src/realm/db.cpp+13
- src/realm/db.hpp+1
- src/realm/dictionary.cpp+41
- src/realm/dictionary.hpp+103
- src/realm/list.cpp+2-2
- src/realm/list.hpp+3-3
- src/realm/obj.hpp+1
- src/realm/object-store/collection.cpp+8-1
- src/realm/object-store/collection.hpp+1
- src/realm/object-store/impl/results_notifier.cpp+1-1
- src/realm/object-store/results.cpp+5
- src/realm/query.cpp+60-58
- src/realm/query.hpp+7-3
- src/realm/query_conditions_tpl.hpp+17-18
- src/realm/query_engine.cpp+1
- src/realm/query_value.cpp+30-9
- src/realm/set.cpp+1-1
- src/realm/set.hpp+2-2
- src/realm/table.cpp+6-6
- src/realm/table.hpp+6
- test/CMakeLists.txt+1
- test/benchmark-larger/CMakeLists.txt+3
- test/benchmark-larger/main.cpp+224
- test/object-store/dictionary.cpp+116
- test/object-store/primitive_list.cpp+95
- test/test_dictionary.cpp+9-3
- test/test_parser.cpp+22
- test/test_query2.cpp+126-471
0 commit comments