apache / apache/age

Support combined edge in match

Open
#2,319 1 comment 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
C
Stars
4.8k
Forks
523
Avg merge
1d 2h
Merged PRs (30d)
9

Description

The following grammer is not supported for now:

```plaintext
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?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.