John Gemignani

Results 278 comments of John Gemignani

@DominicWuest Actually, I take that back. I was able to get it to crash.

Here is a slightly less complicated command that exhibits both errors - ``` psql-11.5-5432-pgsql=# SELECT * FROM cypher('test', $$ MERGE ()-[:B]->(x:C)-[:E]->(x:C) ``` It appears that this MERGE bug has to...

I have created PR #957 to address some of these crashes. It won't address all of them, but it will help to isolate the ones that remain. Basically, there are...

PR #961 addresses the source of -> **this**

@AdeelAhmedIqbal Please fill out the extended description for the commit. ![image](https://user-images.githubusercontent.com/1505136/235812427-688c3f72-dd06-48da-bb2e-75822e088c47.png)

@DominicWuest It is great that you found a *bug* However, you need to provide an actual dataset, along with a description on how you access AGE in order to help...

@DominicWuest I believe this is no longer an issue - ``` psql-16.2-5432-pgsql=# drop extension age; create extension age; load 'age'; set search_path TO ag_catalog; ERROR: extension "age" does not exist...

@CapnSpek Then it needs to be discussed as to what the priority should be for those types. I would look to Neo4j for guidance.

@CapnSpek There was a document that covered the original reasoning a ways back. Unfortunately, I'm not able to find it anymore. Basically, orderability was chosen over comparability in order to...