We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, When I try to use do_complex_query -> select kwarg like select='rtc_cm:x.y.z' I get lark.exceptions.UnexpectedCharacters error with message
do_complex_query
select='rtc_cm:x.y.z'
lark.exceptions.UnexpectedCharacters
No terminal matches '.' in the current parser context, at ... rtc_cm:x.y.z ^ Expected one of: * COMMA * LBRACE
Same select statement seems fine when using execute_oslc_query.
execute_oslc_query
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
When I try to use
do_complex_query
-> select kwarg likeselect='rtc_cm:x.y.z'
I getlark.exceptions.UnexpectedCharacters
error with messageSame select statement seems fine when using
execute_oslc_query
.The text was updated successfully, but these errors were encountered: