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

feat: add deleteQueryBuilder.returningAll(table) overload (#268) #314

Conversation

anirudh1713
Copy link
Contributor

closes #268

Copy link
Member

@igalklebanov igalklebanov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! 💪

LGTM! Check the comments/suggestions (nitpicky ones are non-blocking).. feel free to dismiss the review and hit the re-request review button when you're ready. Also feel free to @me on discord if you need help!

test/node/src/delete.test.ts Outdated Show resolved Hide resolved
test/node/src/delete.test.ts Outdated Show resolved Hide resolved
test/node/src/delete.test.ts Show resolved Hide resolved
test/typings/test-d/delete-query-builder.test-d.ts Outdated Show resolved Hide resolved
src/query-builder/returning-interface.ts Outdated Show resolved Hide resolved
test/node/src/delete.test.ts Show resolved Hide resolved
src/query-builder/delete-query-builder.ts Outdated Show resolved Hide resolved
@igalklebanov igalklebanov added enhancement New feature or request postgres Related to PostgreSQL api Related to library's API labels Feb 6, 2023
@anirudh1713 anirudh1713 force-pushed the feat/delete-query-builder-returning-all branch from 1a3842d to dd2e032 Compare February 13, 2023 10:47
Copy link
Member

@igalklebanov igalklebanov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! 💪
Just a few minor typos..

src/query-builder/delete-query-builder.ts Outdated Show resolved Hide resolved
src/query-builder/delete-query-builder.ts Show resolved Hide resolved
@anirudh1713 anirudh1713 force-pushed the feat/delete-query-builder-returning-all branch from d531c37 to 5aeef4c Compare February 17, 2023 14:27
Copy link
Member

@koskimas koskimas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Really nice! Sorry for the delay. Been super busy at work.

@koskimas koskimas merged commit 5b48fc8 into kysely-org:master Mar 6, 2023
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 postgres Related to PostgreSQL
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add DeleteQueryBuilder.returningAll(table) overload.
3 participants