Skip to content

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
@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