John Gemignani

Results 278 comments of John Gemignani

@alteck45 I'm not sure why it is expanding the query out with `ap.id` and `ap.properties`. I have a feeling this is not allowing some of the indexes to work. I...

@shinhanbyeol What version of PG is this on, what version of PG did it previously work on?

@shinhanbyeol There appears to be something weird with the definition of `->` @Zainab-Saad Could you take a look?

``` psql-16.1-5432-pgsql=# select agtype_object_field(properties, 'name') from xyz._ag_label_vertex; agtype_object_field --------------------- "John" (1 row) psql-16.1-5432-pgsql=# select agtype_object_field_agtype(properties, 'name') from xyz._ag_label_vertex; ERROR: invalid input syntax for type agtype LINE 1: select agtype_object_field_agtype(properties, 'name')...

@saygoodbyye We do not support user modified **Makefile**s. The **Makefile** is only for installing AGE and is only intended to test what was just installed. If you want to run...

@df7cb @rafsun42 Can I get a status on this PR? Are we waiting on something or?

@MuhammadTahaNaveed I feel like this could be argued either way, if I understand the question. When someone is looking for, **SELECT** or **MATCH**, they're asking if something has this something....

@MuhammadTahaNaveed We definitely need to discuss this because lists and maps can be embedded in each other. It would seem to be best to apply the same logic to both.