Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix conditional that breaks limit (#78)
## What is the goal of this PR? A bug filed previously typedb/typedb#5388 shows that `limit` is not applied to `match...delete` queries. An investigation showed that filters were not even leaving the Graql parser and becoming part of the parsed Graql objects. ## What are the changes implemented in this PR? * Flip the incorrect conditional in in `visitQuery__delete` so that filters are included instead of ignored, if they exist!
- Loading branch information