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

notOneOf() is missing in Dart API #591

Open
centy opened this issue Jan 5, 2024 · 1 comment
Open

notOneOf() is missing in Dart API #591

centy opened this issue Jan 5, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@centy
Copy link

centy commented Jan 5, 2024

Use case

I need to get from DB all objects that does not meet condition.

box.query(MyData_.name.notOneOf(['name1','name2']))

It would be great to add that option as described in doumentation:
https://docs.objectbox.io/queries#common-conditions

@centy centy added the enhancement New feature or request label Jan 5, 2024
@greenrobot-team
Copy link
Member

Thanks! Note that notOneOf is only supported for integer properties in all languages ObjectBox supports.

See also the related feature request for the Java library at objectbox/objectbox-java#941.

Thumbs up the first comment to help us track interest!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants