DapperLib / DapperLib/Dapper

Add Cross Apply To SqlBuilder

Open
#1,551 1 comment 1 reaction 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.