John Gemignani
John Gemignani
> Another question, should this work as it in Neo4j? > > ``` > SELECT * from ag_catalog.cypher('graph_store', $$ > MERGE (n1:`TEST`{id: 'a\'bb'}) > MERGE (n2:`TEST`{id: 'bb \'s abc'}) >...
@eyab @aked21 Is this PR needed? It seems superfluous. Additionally, the title is unhelpful.
I am a bit weary of modifications to the `Makefile`. Why are those modifications necessary? Especially, if someone could modify the META.json file and impact the `Makefile` builds.
@theory My preference, for now, is to not touch the `Makefile`. I do get what you're trying to do, though, and it is appreciated.
@theory > Be sure to add workflow secrets to this project named PGXN_USERNAME and PGXN_PASSWORD to allow it to authenticate to publish the extension. I'm not sure what or where...
@theory Unfortunately, I don't have access to that. We will need to find out who does before moving forward and merging this.
@saygoodbyye No further merging of this or related PRs can occur until the issue of regression runtimes is addressed in #1678
@MironAtHome I think your misunderstanding with **OPTIONAL MATCH** is with how **MATCH** works with **patterns**. **OPTIONAL** **MATCH** and **MATCH** process **patterns** in the same way. Using your above graph of...
@MironAtHome If this resolves your question, please consider closing the ticket :)
@avowkind I will try to look into this tomorrow.