Skip to content
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

Queries on lists are broken #909

Closed
nielsenko opened this issue Sep 15, 2022 · 0 comments · Fixed by #906
Closed

Queries on lists are broken #909

nielsenko opened this issue Sep 15, 2022 · 0 comments · Fixed by #906
Assignees

Comments

@nielsenko
Copy link
Contributor

nielsenko commented Sep 15, 2022

expect(realm.all<Person>(), [alice, bob, carol, dan]); // assume this pass, then ..
expect(team.players.query('TRUEPREDICATE'), [alice, bob]); // <-- .. this fails and return the same as realm.all<Person>()
@nielsenko nielsenko self-assigned this Sep 15, 2022
@nielsenko nielsenko linked a pull request Sep 15, 2022 that will close this issue
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant