sorrell commented on issue #43: URL: https://github.com/apache/incubator-age/issues/43#issuecomment-799454218
Some general questions/troubleshooting thoughts: - Is that error coming from your `SET` command or the `SELECT * from cypher` query? - Does the code work if you hardcode a name instead of `$1`? - If not, maybe a library parsing issue? Try spaces after/before the $$ : `$$ CREATE (v:Person {name: $1}) $$ )`` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org