-
Notifications
You must be signed in to change notification settings - Fork 463
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
When I execute a cypher statement for querying, an "unhandled function call" issue occurs. However, when I execute it the next time, it displays normally
How are you accessing AGE (Command line, driver, etc.)?
- Java JdbcTemplate
- Age 1.6.0
** Exception Info **
StatementCallback; uncategorized SQLException for SQL [SELECT * FROM ag_catalog.cypher('ontology1998691594949234688', $$\n CREATE (n:`fd`) SET n = {name: 'fd', description: ''}, n._id = 1998691929239457792\n$$) AS (n ag_catalog.agtype);\n]; SQL state [XX000]; error code [0]; ERROR: unhandled cypher(cstring) function call\n Detail: ontology1998691594949234688What is the command that caused the error?
SELECT * FROM ag_catalog.cypher('ontology1998691594949234688', $$
CREATE (n:`fd`) SET n = {name: 'fd', description: ''}, n._id = 1998691929239457792
$$) AS (n ag_catalog.agtype);
SQL state [XX000]; error code [0]; ERROR: unhandled cypher(cstring) function call\n Detail: ontology1998691594949234688
**Expected behavior**
A clear and concise description of what you expected to happen.
**Environment (please complete the following information):**
- Age 1.6.0
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working