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: Partitioned DML as ExecOption #393

Merged
merged 3 commits into from
Mar 18, 2025
Merged

Conversation

olavloite
Copy link
Collaborator

Add AutoCommitDMLMode to the ExecOptions struct to allow setting the DML mode for a single statement. This makes it easier to just execute a single DML statement as PDML, without the need to change the default for the connection first.

Fixes #378

@olavloite olavloite requested a review from a team as a code owner March 11, 2025 12:13
@olavloite olavloite force-pushed the partitioned-dml-as-option branch from 73749f4 to 6b646d1 Compare March 11, 2025 12:21
Add AutoCommitDMLMode to the ExecOptions struct to allow setting the DML mode for
a single statement. This makes it easier to just execute a single DML statement as
PDML, without the need to change the default for the connection first.

Fixes #378
@olavloite olavloite force-pushed the partitioned-dml-as-option branch from 6b646d1 to 7b79eb9 Compare March 11, 2025 12:51
@olavloite olavloite requested a review from bhatt4982 March 11, 2025 15:17

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@olavloite olavloite merged commit ac2f7f2 into main Mar 18, 2025
18 checks passed
@olavloite olavloite deleted the partitioned-dml-as-option branch March 18, 2025 14:40
This was referenced Mar 18, 2025
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.

Add ExecOption for executing Partitioned DML
2 participants