You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you have a work in progress branch somewhere? Perhaps we can give you some pointers on how to proceed with the implementation. The pattern for VALUE for example could probably be used to differentiate between numbers and strings.
It would be great if you could also support the IN keyword.
EG: fieldName IN (1,2,3,4) or IN ('abc', 'def')
I've tried to implement it fully but I am having issues with multiple values and differences between numbers and strings.
The text was updated successfully, but these errors were encountered: