age
age copied to clipboard
Fix issue #945 unaliased match clause giving incorrect results in count
unaliased match clause would give incorrect results in count because the node wasn't being added to the join tree. Fixed it by adding unaliased match clauses with valid label names to join tree.
- added entry for unaliased nodes with label names in macro
- added regression test for proposed change
resolves #945
@jrgemignani can you please review this one. I think this was missed.
@maazzzzz Does it produce correct result for the below query?
MATCH () RETURN count(*)
@MuhammadTahaNaveed checked and it doesn't, missed that case when testing. I'll try looking into it if I get the time but if anyone else could look into it, thatd be great.
This PR is stale because it has been open 45 days with no activity. Remove "Abondoned" label or comment or this will be closed in 7 days.
Issue addressed by this PR has already been resolved by PR #1288