jsonSQL icon indicating copy to clipboard operation
jsonSQL copied to clipboard

Group

Open bhaniel opened this issue 8 years ago • 0 comments

Hi ,

was trying to work with this library and found that when sending Group the query is failing and returning bad results.

Also when sending multi and or multi or the same issue is happening.

Example :

var res = Query(event, '* where (WagerAmount > 3&&EventHeader.EventType >= 1&&CustomerDetails.Funded = 2) || CustomerDetails.Funded = 0 && (CustomerDetails.Funded = 2 && CustomerDetails.Funded = 2)' , {

this result should return true but return false.

bhaniel avatar Jun 28 '17 23:06 bhaniel