orientdb-gremlin icon indicating copy to clipboard operation
orientdb-gremlin copied to clipboard

hasId step fails

Open To-om opened this issue 6 years ago • 5 comments

The gremlin step hasId fails with the error:

com.orientechnologies.orient.core.sql.OCommandSQLParsingException: Error parsing query:
SELECT FROM `V`  WHERE   `~id` = :~id

I've done the PR #149 to add unit tests.

To-om avatar Jul 19 '18 09:07 To-om