emotionbug opened a new issue #28:
URL: https://github.com/apache/incubator-age/issues/28
Hello.
i trying to use AGE with JDBC.
and, i faced failure when Message Flow is extended query mode with CREATE
clause.
has any solution with this issue or guide?
cheers.
**failure query**
```cypher
SELECT * from cypher('my_graph_name', $$
CREATE (a:Part {part_num: '123'}),
(b:Part {part_num: '345'}),
(c:Part {part_num: '456'}),
(d:Part {part_num: '789'})
$$) as (a agtype);
```
**error message**
```
Type : Error
Length : 98
Severity: ERROR
Code: XX000
Message: unrecognized node type : -1944838080
File : copyfuncs.c
Line: 5658
Routine: copyObjectImpl
```
**environment**
Docker : sorrell/agensgraph-extension-alpine
Cheers.
reference link :
https://www.postgresql.org/docs/12/protocol-flow.html#PROTOCOL-FLOW-EXT-QUERY
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]