cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Cypher's preprocessing's bug

o9384496
Node Link

Hello,

The following query crashes (with a "Syntax Error"):

MATCH (n) return n LIMIT 1;
MATCH (n)
UNWIND range(0, 5) as x
// Return n
RETURN n

And when a newline character is added before the comment it does not crash anymore.

MATCH (n) return n LIMIT 1;
MATCH (n)
UNWIND range(0, 5) as x

// Return n
RETURN n

The following code runs in the neo4j browser:
I thought you should know and fix it.

Good luck!

2 REPLIES 2

Hello Michael,

I am looking into this problem with engineering.

Best regards,
Elaine Rosenberg

This is a bug that has been entered into our backlog.

Thank you Michael for bringing it to our attention.

Elaine