wzh-devin opened a new issue, #2271:
URL: https://github.com/apache/age/issues/2271

   **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 **
   ```java
   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?**
   ```pgsql
   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
   


-- 
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]

Reply via email to