DominicWuest commented on issue #876:
URL: https://github.com/apache/age/issues/876#issuecomment-1534369552

   Thanks for looking into this @AbdulSamad4068!
   But this doesn't seem to fix the error. After spinning up a brand new docker 
container and running just the following query:
   ```psql
   SELECT * FROM cypher('graph', $$
       MATCH ({very_weird_name:0}) MATCH ()-->() MATCH 
({another_weird_name:0})--() RETURN 0 AS the_weirdest_of_all_names
   $$) AS (v agtype);
   ```
   The same error occurs.


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