ManageIQ / ManageIQ/query_relation
Support where.not(condition)
Open
enhancement
help wanted
- Dominant language
- Ruby
- Stars
- 5
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
This should be do-able and chain-able, i.e.
```
where(condition1).where(condition2).where.not(condition3)
```
In which case the third where is not changing any previous conditions.
Contributor guide
Research direction
Start at the where(condition) entry point and trace how chained conditions are represented. Verify that where(condition1).where(condition2).where.not(condition3) leaves the first two conditions unchanged, and add coverage demonstrating that chainable behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ruby
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100