Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add outer and cross apply (mssql) #1074

Merged
merged 12 commits into from
Jan 12, 2025
Merged

Conversation

drew-marsh
Copy link

add outer apply and cross apply.
these are the rough mssql equivalent of left and inner lateral join

Using Apply

Copy link

vercel bot commented Jul 8, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
kysely ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 12, 2025 5:02pm

@igalklebanov igalklebanov added enhancement New feature or request api Related to library's API mssql Related to MS SQL Server (MSSQL) labels Jul 9, 2024
@igalklebanov igalklebanov changed the base branch from master to v0.28 January 5, 2025 11:18
@igalklebanov igalklebanov force-pushed the v0.28 branch 2 times, most recently from 4b73283 to a619971 Compare January 9, 2025 10:27
@igalklebanov igalklebanov self-assigned this Jan 11, 2025
Copy link

pkg-pr-new bot commented Jan 11, 2025

Open in Stackblitzkysely_koa_example

npm i https://pkg.pr.new/kysely-org/kysely@1074

commit: c6f9b01

@igalklebanov igalklebanov added the oracle Related to Oracle label Jan 11, 2025
Co-authored-by: Drew Marshall <31295028+drew-marsh@users.noreply.github.com>
Co-authored-by: Drew Marshall <31295028+drew-marsh@users.noreply.github.com>
Co-authored-by: Drew Marshall <31295028+drew-marsh@users.noreply.github.com>
Co-authored-by: Drew Marshall <31295028+drew-marsh@users.noreply.github.com>
@igalklebanov igalklebanov merged commit 6ccc00a into kysely-org:v0.28 Jan 12, 2025
25 checks passed
@igalklebanov
Copy link
Member

Hey 👋

Thanks! 💪

Well done, made very small changes. 👏

igalklebanov added a commit that referenced this pull request Jan 12, 2025
Co-authored-by: Drew Marshall <31295028+drew-marsh@users.noreply.github.com>
Co-authored-by: Drew Marshall <thedrewguy@gmail.como>
Co-authored-by: igalklebanov <igalklebanov@gmail.com>
igalklebanov added a commit that referenced this pull request Jan 17, 2025
Co-authored-by: Drew Marshall <31295028+drew-marsh@users.noreply.github.com>
Co-authored-by: Drew Marshall <thedrewguy@gmail.como>
Co-authored-by: igalklebanov <igalklebanov@gmail.com>
igalklebanov added a commit that referenced this pull request Jan 19, 2025
Co-authored-by: Drew Marshall <31295028+drew-marsh@users.noreply.github.com>
Co-authored-by: Drew Marshall <thedrewguy@gmail.como>
Co-authored-by: igalklebanov <igalklebanov@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Related to library's API enhancement New feature or request mssql Related to MS SQL Server (MSSQL) oracle Related to Oracle
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants