Skip to content

[PLUGIN-1779] Add TRANSACTION_ISOLATION_LEVEL config in MySQL & PostgreSQL plugin #583

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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

psainics
Copy link
Contributor

@psainics psainics commented Apr 17, 2025

Add TRANSACTION_ISOLATION_LEVEL config in MySQL & PostgreSQL plugin

PLUGIN-1779

Added support for specifying the transaction isolation level in database plugins by introducing a new optional property "transactionIsolationLevel" in the AbstractDBSpecificConnectorConfig class — the parent class for MySQL, PostgreSQL, and Oracle connector configurations.

image

@psainics psainics added the build label Apr 17, 2025
@sgarg-CS sgarg-CS self-assigned this Apr 17, 2025
@sgarg-CS sgarg-CS requested a review from ritwiksahani April 17, 2025 11:41
@sgarg-CS sgarg-CS changed the title [PLUGIN-1779] Add TRANSACTION_ISOLATION_LEVEL config in PostgreSQL plugins [PLUGIN-1779] Add TRANSACTION_ISOLATION_LEVEL config in MySQL & PostgreSQL plugin Apr 17, 2025
@damjad
Copy link
Contributor

damjad commented Apr 18, 2025

Thank you so much for this. 🥇

We've been facing issues with this, and I was looking for a solution. I am happy that it has already been implemented.

Looking forward to it! 🤞

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants