ManageIQ / ManageIQ/query_relation

Support where.not(condition)

Open
#3 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.