Skip to content
New issue

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

SyntaxException when translating Cypher query #368

Open
ljhhuxiaoba opened this issue Mar 15, 2024 · 0 comments
Open

SyntaxException when translating Cypher query #368

ljhhuxiaoba opened this issue Mar 15, 2024 · 0 comments

Comments

@ljhhuxiaoba
Copy link

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))

@ljhhuxiaoba ljhhuxiaoba changed the title SyntaxException when translating Cypher SyntaxException when translating Cypher query Mar 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant