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
Originally posted by arden828 September 5, 2024
By using - in property will fail the Lex Parsing. Just want to check, currently it is only support Letter, _ and .
The following code will show "bad character input: '-', at index 8" in syntaxTree.Diagnostics
Discussed in #218
Originally posted by arden828 September 5, 2024
By using
-
in property will fail the Lex Parsing. Just want to check, currently it is only support Letter,_
and.
The following code will show
"bad character input: '-', at index 8"
in syntaxTree.DiagnosticsAny chance to extend it? or make it customisable? As we are using "-" in db columns and we are building customised QueryBuilder as well.
Thanks
The text was updated successfully, but these errors were encountered: