-
Notifications
You must be signed in to change notification settings - Fork 464
Description
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
Labels
Type
Projects
Status