ELM-Python-Client icon indicating copy to clipboard operation
ELM-Python-Client copied to clipboard

The dotted field names are not being parsed when using do_complex_query

Open Larcis opened this issue 1 year ago • 0 comments

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

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.

Larcis avatar Feb 15 '23 11:02 Larcis