Closed Madman600 closed 3 years ago
@Madman600 could you add some description ? an example perhaps.
If I select using between 1 and 10 , only 2-9 will be returned. It should return 1-10.
This is with multiple column query in where right ? If there is no issue, could you paste your query please.
There was issue with filtering when where has multiple column. e.g -
select({
from:'Products',
where:{
id: 5,
price:{
'>':10
}
}
})
This has been fixed in new version - 3.13.6
Between is still an issue it's only returning < high, not <= high.
@Madman600 not able to reproduce, if you can provide a query or a POC then i will be able to look.
The between operator is not inclusive as it should be.