John Gemignani

Results 278 comments of John Gemignani

Haven't we created a task to correct these regression issues by adding ORDER BY? I thought that we had. We need to address this so that other potential *users* don't...

If you have done 293 & 294 then this task is completed. It was basically setting up a development environment, which you obviously have done.

The recommended way would be to use cypher commands, not SQL commands. So, you would create the graph, then create and connect the vertices and edges (relationships). It is not...

Yes, that is the recommended way, atm. Currently, there isn't a function or functionality that could cast a set of tables and data into a graph. However, it is something...

I have added it as a task for review and -> possible

This task is identical to #294, except that you will be building and installing the appropriate AGE extension into PG 11.17 & 12.12.

We definitely need to correct the issue with the expr regression test.

This task is identical to #293, except that you will be configuring, building, and installing the latest versions of PG for 11 and 12, into their own development directories. Currently,...

Which branch are you using for PG11? For PG11 it needs to be the **master** branch. Whereas, for PG12 needs to be the **ALPHA** branch.

From the error message, you are building AGE against an incompatible version of PostgreSQL. The message states that the function prototype is expecting 8, but got only 7 parameters. That...