MuhammadTahaNaveed commented on PR #916:
URL: https://github.com/apache/age/pull/916#issuecomment-1550081439
> I'm not seeing a server termination -
@jrgemignani I just verified and there is a termination at my end. I am
attaching the prior commands as well.
```
SELECT create_graph('label_issue');
```
```
SELECT * FROM cypher('label_issue', $$
CREATE (:related)
$$) AS (r0 agtype);
```
```
SELECT * FROM cypher('label_issue', $$
MATCH (n:relateds),(n:related) return 0
$$) AS (r0 agtype);
```
--
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]