On Fri, Apr 11, 2008 at 12:38 PM, Rickard Öberg <[EMAIL PROTECTED]> wrote: > Alin Dreghiciu wrote: > > * between: Property >= minValue && Property <= maxValue > > Isn't this just syntactic sugar for "ge and le"? Might still be useful > though.
Indeed, they are the same but is less to write and my main reason is that it may be that some implementations (maybe sql) are able to optimize the query when using between rather then ge/le. Not very sure about this. Alin _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

