[GitHub] [age] CapnSpek commented on issue #829: Reuse of variable with label constraint in concurrent MATCH clauses does not error out

2023-04-23 Thread via GitHub
CapnSpek commented on issue #829: URL: https://github.com/apache/age/issues/829#issuecomment-1519144826 > `MATCH (u),(u:Person) RETURN u` > > But this same query errors out in AGE saying `ERROR: multiple labels for variable 'u' are not supported` I'm not sure why, but this

[GitHub] [age] CapnSpek commented on issue #829: Reuse of variable with label constraint in concurrent MATCH clauses does not error out

2023-04-23 Thread via GitHub
CapnSpek commented on issue #829: URL: https://github.com/apache/age/issues/829#issuecomment-1519091388 Ideally, the second MATCH should work as an intersection over the results of the first MATCH. So the result should be only one vertex " {"id": 844424930131969, "label": "Person",