John Gemignani
John Gemignani
I pulled it down and the build failed - ``` CREATE EXTENSION ============== running regression test queries ============== test graphid ... ok test agtype ... ok test cypher ... ok...
I'm not so sure about using graphid, I do believe this was mentioned before with Alex's changes. graphid is too similar, if not identical, to other uses that it will...
We will take a look.
I was able to reproduce this on the master branch - ``` psql-11.5-5432-pgsql=# SELECT * FROM cypher('g', $$ match (u:node) where u.name = 'x' RETURN u.name $$) AS (b agtype);...
The error, if I recall correctly, is expected behavior for an incorrect label name. However, we will review this to see if it should be changed.
List comp. was "nearly" completed until it was found to have serious issues for any nested cases. It will be revisited soon.
List comprehension will be upcoming. Unwind should work, we will be looking into that.
Interesting. There appears to be a positional component to this bug - ``` psql-11.5-5432-pgsql=# SELECT * FROM ag_catalog.cypher('g', $$ with { id: 42, label: "label_name", properties: {} }::vertex as v...
Sorry, about the late response, I had responded but, not to this thread. From my April 2nd response - When a function isn't prefaced with the schema in the cypher...
As of the current release, the implicit cast to float has been removed. Additionally, casts have been added to cast an agtype value out to a PG type for the...