Combining predicates in string dialect can cause errors if IS LEAF is first predicate
Open
@ilumsden is already working on this.
Since Aug 9, 2024.
area-query-lang
priority-normal
type-bug
- Dominant language
- JavaScript
- Stars
- 37
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
When creating a string dialect predicate consisting of IS LEAF followed by other predicates (e.g., p."name" = "..."), applying the query will fail because the type check will have a leading Python binary operation (e.g., and, or).
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.