We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When you construct an empty (unbacked) results instance (
realm-core/src/realm/object-store/results.hpp
Lines 211 to 214 in ea7b5d3
realm-core/src/realm/query.cpp
Line 1390 in ea7b5d3
The test I have is a C# one, but it roughly does:
Results = {}; results.set_update_policy(Results::UpdatePolicy::Never); results.get_query().count(results.get_descriptor_ordering());
The text was updated successfully, but these errors were encountered:
jedelbo
Successfully merging a pull request may close this issue.
When you construct an empty (unbacked) results instance (
realm-core/src/realm/object-store/results.hpp
Lines 211 to 214 in ea7b5d3
realm-core/src/realm/query.cpp
Line 1390 in ea7b5d3
The test I have is a C# one, but it roughly does:
The text was updated successfully, but these errors were encountered: