jrgemignani commented on issue #1033:
URL: https://github.com/apache/age/issues/1033#issuecomment-1634680315

   There does seem to be an issue with how `x` is resolved for vle and for 
non-vle -
   
   ```
   psql-13.9-5432-pgsql=# SELECT * FROM cypher('graph',$$ MATCH ()<-[x *]-() 
RETURN x.name $$) as (a agtype);
   ERROR:  array index must resolve to an integer value
   psql-13.9-5432-pgsql=# SELECT * FROM cypher('graph',$$ MATCH ()<-[x]-() 
RETURN x.name $$) as (a agtype);
                      a
   ----------------------------------------
   
   
    {"last": "Gemignani", "first": "John"}
   (3 rows)
   
   psql-13.9-5432-pgsql=#
   ```
   


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