objectbox-java icon indicating copy to clipboard operation
objectbox-java copied to clipboard

Query: Compare properties to each other

Open greenrobot opened this issue 7 years ago • 4 comments
trafficstars

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.

greenrobot avatar Jan 24 '18 10:01 greenrobot

Is this still being considered for implementation?

ravibpatel avatar Jan 07 '23 07:01 ravibpatel

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!

greenrobot-team avatar Jan 09 '23 15:01 greenrobot-team

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))

bahadirarslan avatar Oct 11 '23 10:10 bahadirarslan

This feature is important and I need it too. please implement this. There are too many records

IranLaserProgrammer avatar Dec 16 '23 10:12 IranLaserProgrammer