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
Hi,
I am trying to use the query-builder for my project. I have database table with columns like 'Result(1/0)'. When I pass this to query-builder as query, it is not able to parse it and gives error.
I tried [Result(1/0)] = 0and Result(1/0) = 0.
Can you please suggest how to add this in the lexer to support this or add it.
Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to use the query-builder for my project. I have database table with columns like 'Result(1/0)'. When I pass this to query-builder as query, it is not able to parse it and gives error.
I tried
[Result(1/0)] = 0
andResult(1/0) = 0
.Can you please suggest how to add this in the lexer to support this or add it.
Thanks.
The text was updated successfully, but these errors were encountered: