-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
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
Query regression when upgrading to latest core #6850
Comments
This may be related to #6831 |
I have tried to cut the model down to the essential properties. So basically having:
|
3 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bumping realm-java to latest core in realm/realm-java#7837 one of the query test fails. I have isolated the failing query into a separate test and traced the new behavior to originate from d861035
The specific assertion that now fails is in https://github.com/realm/realm-java/pull/7837/files#diff-6301796adc65d635adbd23145c98bfc7828db7ed740a2265aaa89496cc2d4168R579. Before the above commit the query returns two objects while it returns three after the update.
Core version: d861035
The text was updated successfully, but these errors were encountered: