- supports all the comparison operations for the queries: <, >, <=, >=, =, <>, != .
- supports Integers, Longs and Doubles as well as Strings.
- and lastly, you can now build more complex where statements and they get correctly converted into SODA!
- eg: from com.spaceprogram.db4o.Contact c where (age = 10 or age = 20) and income >= 50000.02
Next up... Aggregation.