Skip to content

Commit 38bd277

Browse files
committed
Update the default transaction isolation level value for SQL Server
1 parent 8e3a328 commit 38bd277

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"TRANSACTION_REPEATABLE_READ",
7777
"TRANSACTION_SERIALIZABLE"
7878
],
79-
"default": "TRANSACTION_SERIALIZABLE"
79+
"default": "TRANSACTION_READ_COMMITTED"
8080
}
8181
}
8282
]

mssql-plugin/widgets/SqlServer-batchsink.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"TRANSACTION_REPEATABLE_READ",
9696
"TRANSACTION_SERIALIZABLE"
9797
],
98-
"default": "TRANSACTION_SERIALIZABLE"
98+
"default": "TRANSACTION_READ_COMMITTED"
9999
}
100100
},
101101
{

mssql-plugin/widgets/SqlServer-batchsource.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"TRANSACTION_REPEATABLE_READ",
9696
"TRANSACTION_SERIALIZABLE"
9797
],
98-
"default": "TRANSACTION_SERIALIZABLE"
98+
"default": "TRANSACTION_READ_COMMITTED"
9999
}
100100
},
101101
{

0 commit comments

Comments
 (0)