-
Notifications
You must be signed in to change notification settings - Fork 290
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 modifyEnd to insert, update and delete query builders #871
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! 💪
This looks good and functional.
I think it should be simplified for now, and not straight up copied from select
- select
's case required a node, due to structured and unstructured modifiers, and as of late of
.
Done! |
Co-authored-by: Igal Klebanov <[email protected]>
Co-authored-by: Igal Klebanov <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 🚀
Co-authored-by: Igal Klebanov <[email protected]>
…#871) Co-authored-by: Igal Klebanov <[email protected]>
closes #835