Streamline array handling
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 11
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
.whereAny passes arrays as values to query, while .whereIn manually unwinds them.
This should be streamlined via some sort of configuration to QueryBuilder or always handled in ParamsBuilder
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 reading the .whereAny and .whereIn implementations, then trace how they interact with QueryBuilder and ParamsBuilder. Determine the intended configuration or shared handling for array values, and consider the work done when both paths process arrays consistently without manual unwinding.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, sql
- Domain
- databases
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100