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
Apart from the version problem, I find the ...UNION MATCH (n) WHERE (n.name = $id AND n.version = $version)... quite strange because if my DB has other different nodes (Posts, Groups...) with name property they will take into account in the query. Wouldn't it be better something like ...UNION MATCH (n:User) WHERE...?
This is due to a bug in the CypherDSL but a workaround in SDN is possible.
The text was updated successfully, but these errors were encountered:
This is part of GH-2177
This is due to a bug in the CypherDSL but a workaround in SDN is possible.
The text was updated successfully, but these errors were encountered: