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

Add ExecOption for executing Partitioned DML #378

Closed
olavloite opened this issue Feb 13, 2025 · 0 comments · Fixed by #393
Closed

Add ExecOption for executing Partitioned DML #378

olavloite opened this issue Feb 13, 2025 · 0 comments · Fixed by #393
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@olavloite
Copy link
Collaborator

Partitioned DML currently requires executing set autocommit_dml_mode='partitioned_non_atomic'. This should also be supported through an ExecOption.

@olavloite olavloite added priority: p2 Moderately-important priority. Fix may not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. labels Feb 13, 2025
olavloite added a commit that referenced this issue Mar 11, 2025

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
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 added a commit that referenced this issue Mar 11, 2025

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
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 added a commit that referenced this issue Mar 11, 2025

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
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 added a commit that referenced this issue Mar 18, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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
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
priority: p2 Moderately-important priority. Fix may not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant