John Gemignani

Results 278 comments of John Gemignani

Btw, the title for this issue is a bit misleading. This issue is for adding the **OR** operator `|` to the language for the edge match.

@DominicWuest Please test against the master branch, if possible, as it has a lot of updates that haven't been migrated to the other branches.

@DominicWuest I believe this is no longer an issue - ``` psql-16.2-5432-pgsql=# select * from cypher('test', $$ MERGE () MERGE n0 = () $$) as (result agtype); result -------- (0...

This is something that needs to be fixed.

Verified this is still an issue - ``` psql-15.4-5432-pgsql=# SELECT create_graph('movie_graph'); NOTICE: graph "movie_graph" has been created create_graph -------------- (1 row) psql-15.4-5432-pgsql=# SELECT * from cypher('movie_graph', $$ psql-15.4-5432-pgsql$# CREATE (a:Part...

PR #1288 has been created to address this.

@beamrock This has been corrected in the master branch.