Skip to content

[FEATURE REQUEST] JDBC URL supporting setting Transaction Isolation Level #2902

@advl03

Description

@advl03

I have found that some tools connecting to SQL Server only allow to use the JDBC URL for configuration purposes. This means that the only way I have for configuring the connection must be done in this JDBC URL. One of these things is the Transaction Isolation Level, that in my environments, I need to set to READ UNCOMMITED. But the current driver version (13.3.1) does not allow to set the Transaction Isolation Level by using the JDBC URL.

Describe the preferred solution

Include one new parameter in the JDBC URL which directly allows to set the Transaction Isolation Level.

Describe alternatives you've considered

No other alternatives fulfilled my requirement.

Reference Implementation

Implementation available in #2900. Successfully tested in a real environment. Even when I block de table, the app using the new JDBC URL format with transaction isolation level set to READ UNCOMMITTED can read the data.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    To be triaged

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions