foam-framework / foam

Feature-Oriented Active Modeller
Apache License 2.0
787 stars 55 forks source link

Query Optimizer bug when range selection used in combination with skip and limit #77

Open bshepherdson opened 10 years ago

bshepherdson commented 10 years ago

From k...@chromium.org on November 13, 2013 10:47:27

Performing a range query on an MDAO (ie, when you specify either GT or GTE and LT or LTE) doesn't work properly when used with skip() and limit() because the range query is converted at the low-level to skip() and limit() calls, but this doesn't work properly if those setting are already being used.

Original issue: http://code.google.com/p/foam-framework/issues/detail?id=77

bshepherdson commented 8 years ago

Does this bug still exist? Should create a test for it.