Add `rel.True`, `rel.False`, `rel.NotTrue`, `rel.NotFalse` filters
Open
enhancement
- Dominant language
- Go
- Stars
- 786
- Forks
- 61
- Avg merge
- 4d 11h
- Merged PRs (30d)
- 2
Description
In PG correct way to generate boolean comparison via predicate`IS`, like `IS TRUE`, `IS NOT TRUE`, etc.
https://www.postgresql.org/docs/9.0/datatype-boolean.html
Contributor guide
Research direction
Start by locating the existing rel predicate or filter implementations that define comparable helpers, then read the PostgreSQL boolean documentation linked in the issue. Add the four requested filters so they represent IS TRUE, IS FALSE, IS NOT TRUE, and IS NOT FALSE, and verify their generated predicates with the repository's existing tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, postgresql
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100