michael-zaytsev
Results
2
issues of
michael-zaytsev
Good day to you all! Querying with `serviceOwner asc,service/name asc`, I get the following incorrect SQL query part: ``` ORDER BY service.wner ASC, service.name ASC ``` I found its reason...
Good day to you all! Trying to create query from `not contains(property/path, 'value')`, I get the following log entry: ``` Unhandled node type: NotExpression Token { position: 20, next: 56,...