go-rel / go-rel/rel

Add `rel.True`, `rel.False`, `rel.NotTrue`, `rel.NotFalse` filters

Open
#279 5 comments 0 reactions 0 assignees View on GitHub
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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.