age icon indicating copy to clipboard operation
age copied to clipboard

Execute cypher error is unhandled funciton call

Open wzh-devin opened this issue 2 months ago • 1 comments

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: ontology1998691594949234688

What 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

wzh-devin avatar Dec 10 '25 10:12 wzh-devin

@wzh-devin Please provide a more complete example. Unfortunately, what you have provided isn't enough to verify your issue.

jrgemignani avatar Dec 10 '25 15:12 jrgemignani