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

   I imported the `has` relation from csv as well now, and don't encounter 
errors when executing
   ```
   SELECT * FROM ag_catalog.cypher('minmail', $$      
   MATCH (u:User {_id: 
"e4510317-67dc-4002-b28d-347699c8f8ca"})-[:has]->(p:Profile)
   WHERE p.deleted IS NULL
   RETURN p
   $$) as (p ag_catalog.agtype);
   ```
   
   Some more toughs:
   * Have you tried executing the MATCH query (above) hard coded, so without 
the parameter?
   * What version of Apache Age are you using?


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

Reply via email to