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

Support nested update #263

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

apstndb
Copy link
Contributor

@apstndb apstndb commented Jan 9, 2025

This PR implements nested update.

Note:
Columns in nested UPDATE is optional, so parseDMLInternal() and parseUpdate() have argument nested bool.

Breaking Changes

  • UpdateItem is now interface.

Related Issue

@apstndb apstndb force-pushed the feature/nested-update branch from 8d56cd7 to 3620b3f Compare January 12, 2025 04:45
@apstndb apstndb marked this pull request as ready for review January 12, 2025 04:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support nested updates
1 participant