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
Is generating incorrect cypher: "MATCH (u:User) WITH u, u ORDER BY u.name ASC" which duplicates aliases used withWITH
Causing: Neo4j::Driver::Exceptions::ClientException: Multiple result columns with the same name are not supported (line 1, column 23 (offset: 22)) (Neo4j::Driver::Exceptions::ClientException) "MATCH (u:User) WITH u, u ORDER BY u.name ASC"