Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
02-20-2019 04:00 AM
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!
02-25-2019 06:31 AM
Hello Michael,
I am looking into this problem with engineering.
Best regards,
Elaine Rosenberg
02-25-2019 03:24 PM
This is a bug that has been entered into our backlog.
Thank you Michael for bringing it to our attention.
Elaine
All the sessions of the conference are now available online