Feat: Support string comparison filters
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 0
- Avg merge
- 28m
- Merged PRs (30d)
- 3
Description
Support string comparison like,field = "string"
e.g. following syntax...
IF(field = "string", 0, 1)
ABS(field = "string")
(field = "string")
It's implied this should also support a number of comparison operators, =, !=, <=, ...
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by exploring the TypeScript source for filter or condition parsing and evaluation in the dare repository; the issue does not name specific files or tests. Compare the requested examples using =, !=, and <= with the existing filter syntax. Done means string comparisons work inside IF, ABS, and parentheses, with the supported comparison operators covered by tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- sql, typescript
- Domain
- database
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100