John Gemignani
John Gemignani
@AneeqaCodes As this is just fixing a redundancy, which isn't causing any issues, I would like to wait for the other PR to be processed first. I don't want to...
@diangamichael Please stop with the ChatGPT responses. This isn't helpful to the Apache AGE community.
@clxman Thank you for bringing this to our attention. I will try to take a look to see what the issue might be.
@clxman CREATE is a "utility" command, unlike insert, and doesn't appear to work with the logic for transforming the cypher function node. From what I've seen in the debugger, it...
@clxman I have found out how to get this to work and will have a PR to address this for the **master** branch shortly - ``` psql-16.1-5432-pgsql=# SELECT * FROM...
@clxman I have created PR #1799 to correct this issue.
@clxman The PR has been merged and all branches have been update. Please verify that this resolves your issue. And, if it does, please close the ticket :)
@noahxzhu Did you try using the backslash for the cypher query? Your example above doesn't show it. ``` psql-16.1-5432-pgsql=# SELECT * from ag_catalog.cypher('test', $$ MERGE (n1:`Entity` {id: 'I'}) MERGE (n2:`Entity`...
@noahxzhu Additionally, this sounds more like a question than a bug.
@noahxzhu > After setting the search_path, now it's working, but why? The search path is needed to see Cypher