You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running a query like cypherQuery(c, "MATCH (i:Item) OPTIONAL MATCH (i)--(i2) RETURN i, i2") does result in an error when the optional match does not return results. I guess the type-inference from cypherQuery gets stuck..
The text was updated successfully, but these errors were encountered:
Running a query like
cypherQuery(c, "MATCH (i:Item) OPTIONAL MATCH (i)--(i2) RETURN i, i2")
does result in an error when the optional match does not return results. I guess the type-inference from cypherQuery gets stuck..The text was updated successfully, but these errors were encountered: