Skip to content

Commit 8e3a328

Browse files
committed
Added the TRANSACTION_READ_UNCOMMITTED option to SQL Server Plugins
1 parent e3b56c3 commit 8e3a328

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

mssql-plugin/widgets/SQL Server-connector.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
"name": "transactionIsolationLevel",
7272
"widget-attributes": {
7373
"values": [
74+
"TRANSACTION_READ_UNCOMMITTED",
7475
"TRANSACTION_READ_COMMITTED",
7576
"TRANSACTION_REPEATABLE_READ",
7677
"TRANSACTION_SERIALIZABLE"

mssql-plugin/widgets/SqlServer-batchsink.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
"name": "transactionIsolationLevel",
9191
"widget-attributes": {
9292
"values": [
93+
"TRANSACTION_READ_UNCOMMITTED",
9394
"TRANSACTION_READ_COMMITTED",
9495
"TRANSACTION_REPEATABLE_READ",
9596
"TRANSACTION_SERIALIZABLE"

mssql-plugin/widgets/SqlServer-batchsource.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
"name": "transactionIsolationLevel",
9191
"widget-attributes": {
9292
"values": [
93+
"TRANSACTION_READ_UNCOMMITTED",
9394
"TRANSACTION_READ_COMMITTED",
9495
"TRANSACTION_REPEATABLE_READ",
9596
"TRANSACTION_SERIALIZABLE"

0 commit comments

Comments
 (0)