pdpotter commented on issue #43:
URL: https://github.com/apache/incubator-age/issues/43#issuecomment-799486196


   * The error originates from the `SELECT * from cypher` query.
   * In both cases, the hardcoded query `SELECT * FROM cypher('testgraph', 
$$CREATE (v:Person {name: 'Tom'})$$) as (a agtype);` does work.
   * Spaces after/before the $$ don't change the outcome.
   
   Both asyncpg and node-postgres appear to rely on 
[libpq](https://www.postgresql.org/docs/11/libpq.html).


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


Reply via email to