ftsrg / ingraph

Incremental view maintenance for openCypher graph queries.
http://docs.inf.mit.bme.hu/ingraph/
Eclipse Public License 1.0
47 stars 10 forks source link

DELETE is broken #291

Closed szarnyasg closed 6 years ago

szarnyasg commented 6 years ago

https://github.com/FTSRG/ingraph/blob/86b55c8281725f06932c3764cd75dffeee156c09/compiler/src/main/scala/ingraph/compiler/cypher2qplan/builders/CudBuilder.scala#L38

jmarton commented 6 years ago

@szarnyasg you probably meant

https://github.com/FTSRG/ingraph/blob/86b55c8281725f06932c3764cd75dffeee156c09/compiler/src/main/scala/ingraph/compiler/cypher2qplan/builders/CudBuilder.scala#L158-L159

szarnyasg commented 6 years ago

Yes, actually my original comment refers to a different issue... :-)

jmarton commented 6 years ago

a996f4a35c5fa15730b7acdc996a7e178ec1fc3f introduced a regression here :(