#709 ✓resolved
Dan Kubb (dkubb)

Exclusive Range produces incorrect SQL query

Reported by Dan Kubb (dkubb) | December 14th, 2008 @ 04:01 AM

When creating a query using an exclusive Range (one created with three dots: ...), the wrong query is generated. Currently it uses BETWEEN, which is fine for inclusive Ranges, but it should use "property >= start_range AND property < end_range" for exclusive Ranges.

Comments and changes to this ticket

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

People watching this ticket

Attachments

Referenced by

Pages