wafle opened this issue 7 years ago · 1 comments
Right now the query match (n:M) return n, n.id results in the tuples like (<id>, <same id>).
match (n:M) return n, n.id
(<id>, <same id>)
As we discussed on Slack, it should result in tuples like this, but this is a possible optimisation inside the engine - which could be supported by the compiler.