bitemyapp / bitemyapp/esqueleto

`ilike` and `like` precedence seem overly low

Open
#107 1 comment 0 reactions 0 assignees View on GitHub
easy enhancement
Dominant language
Haskell
Stars
399
Forks
107
Avg merge
1d 17h
Merged PRs (30d)
1

Description

The current precedence makes it so you cannot chain it with `&&.` or `||.` without extra parenthesis. It also doesn't fit with the SQL precedence and I'm not aware of any other reasons for the current precedence.

Contributor guide

No contributing guide indexed for this repository

Research direction

Locate the definitions or entry points for the `ilike` and `like` operators and inspect any existing precedence tests. Reproduce chaining with `&&.` and `||.` both with and without parentheses, then compare the resulting behavior with the intended SQL precedence; done means the operators can be chained naturally without unnecessary parentheses.

Written by the indexing model from the issue text.

Assessment

Tech stack
haskell
Domain
databases
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.