Add Cross Apply To SqlBuilder
Open
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 18.4k
- Forks
- 3.7k
- Avg merge
- 5h 8m
- Merged PRs (30d)
- 1
Description
I am interesting in adding support for Cross Apply to the SQL Builder class. Would this be an acceptable thing to make a PR for? I believe it should be a pretty straight forward PR. Add new method CrossApply that calls AddClause.
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 locating the SQL Builder class and its existing AddClause method. Check how related clause methods are defined, then determine the expected Cross Apply behavior and verify it with the builder's existing tests, if available; done means Cross Apply is emitted correctly in generated SQL.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100