objectbox-java
objectbox-java copied to clipboard
Query: Compare properties to each other
Allow query conditions to compare two properties, e.g. p1 == p2 or p1 > p2.
Right now, you can solve this with query filters, which is OK if there are not to many results.
Is this still being considered for implementation?
There are no concrete plans right now. However, we look at enhancement requests by most thumbs ups to help us decide on which things to work at in the future. So thanks for your thumbs up!
This feature is a must. I don't want to fetch all results then filter via Dart collections.
I can write something
Entity_.dbBlockOffTime.lessOrEqual(OtherEntity_.value))
This feature is important and I need it too. please implement this. There are too many records