jsonSQL
jsonSQL copied to clipboard
Group
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.