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
Java code: String gremlin = (new TranslationFacade()).toGremlinGroovy("OPTIONAL MATCH ()-[]->(), (n0 :L3{k19:exists(( :L3)-[]->()-[ :T0]-())})-[ :T5{k72:-788082888}]-(n1) REMOVE n1.k2 CREATE p0=({id:305})<-[ :T0{id:306}]-(n2 :L4{id:307}) REMOVE n0.k2 RETURN (n0.k22) AS a0, 1 AS a1 ORDER BY a0 ");
error message: SyntaxException: Variable UNNAMED46 not defined (line 1, column 46 (offset: 45))
UNNAMED46
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Java code:
String gremlin = (new TranslationFacade()).toGremlinGroovy("OPTIONAL MATCH ()-[]->(), (n0 :L3{k19:exists(( :L3)-[]->()-[ :T0]-())})-[ :T5{k72:-788082888}]-(n1) REMOVE n1.k2 CREATE p0=({id:305})<-[ :T0{id:306}]-(n2 :L4{id:307}) REMOVE n0.k2 RETURN (n0.k22) AS a0, 1 AS a1 ORDER BY a0
");
error message:
SyntaxException: Variable
UNNAMED46
not defined (line 1, column 46 (offset: 45))The text was updated successfully, but these errors were encountered: