Skip to content

Support combined edge in match #2319

@wangyong86

Description

@wangyong86

The following grammer is not supported for now:

 ym_age-# SELECT * FROM cypher('intellid', $$
 ym_age$#   MATCH p= (n1:Company)-[:Holder|:Branch]-()  
 ym_age$#   where n1.name='Company_1'
 ym_age$#   RETURN p
 ym_age$# $$) AS (p agtype)
 ym_age-# 
 ym_age-# ;
 ERROR:  syntax error at or near "SELECT"
 LINE 6: SELECT * FROM cypher('intellid', $$
         ^

The reason why it's not implemented yet?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions