John Gemignani

Results 349 comments of John Gemignani
trafficstars

@cho2hhun Your issue is with agtype **after** it is returned from a cypher command and then casting it into other types?

@cho2hhun Maybe this will be helpful - ``` psql-15.4-5432-pgsql=# SELECT * FROM cypher('graph_name', $$ WITH [null] as lst RETURN ag_catalog.agtype_out(lst) $$) AS (result text); result -------- [null] (1 row) psql-15.4-5432-pgsql=#...

@cho2hhun When one outputs something from the `cypher()` function one needs to specify what type it is, as you already know. For the case of `agtype`, it generally has to...

@rafsun42 You mean casting some property in the properties object, that is an array, as an array?

> @jrgemignani Yes. I have a property- `{array: ['a', 'b', 'c']}` I would like to return `['a', 'b', 'c']` as `text[]` array. Should we generalize it so that it can...

@rafsun42 Sorry for the delay. There is a function `agtype_value_to_agtype` is that what you need? I'm not sure about the JSON issue above. However, I can add that AGTYPE is...

@WendelLana In AGE, renaming is the process of migrating a vertex or edge from one label to another and possibly having to create the new label and remove the old...

@MuhammadTahaNaveed Will you be working on a PR to fix this? Just wondering.

@cvanlabe - > @farakh-shahid That is exactly what @czesiu89 is saying he's using as workaround, indeed. > > Is there any reason why PIPE is "_no more supported_"? Does it...

I will bring this "oversight" up with the team and see if we can get it added. @rafsun42 @dehowef @muhammadshoaib