apache / apache/age

Match node with not existed label

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

Description

**Describe the bug**
A clear and concise description of what the bug is.

**How are you accessing AGE (Command line, driver, etc.)?**
- python driver
- pgcli with load 'age'

**What data setup do we need to do?**
```pgsql
None
```

**What is the command that caused the error?**
```pgsql
SELECT * from cypher('agegraph', $$ MATCH (node:NodeWithKey) RETURN node $$) as (v agtype);
```
```
SELECT * from cypher('agegraph', $$ MATCH (node:NodeWithKey) RETURN node $$) as (v agtype);
label NodeWithKey does not exists
LINE 1: SELECT * from cypher('agegraph', $$ MATCH (node:NodeWithKey)...
```

**Expected behavior**
return empty record

**Environment (please complete the following information):**
- Version: [e.g. 0.7.0]

**Additional context**
Add any other context about the problem here.

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.