Skip to content

Execute cypher error is unhandled funciton call #2271

@wzh-devin

Description

@wzh-devin

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions