jrgemignani commented on issue #334: URL: https://github.com/apache/age/issues/334#issuecomment-1289371002
The `CREATE (n:1first)` is likely due to a grammar rule in the grammar file `src/backend/parser/cypher_gram.y`. It likely only allows identifiers in that spot. My question is, does Neo4j complain if you use `1first` as a label? They may say that you shouldn't, but still allow you to use it. I would verify that it is **explicitly** disallowed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
