We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 200f28b commit f780cd1Copy full SHA for f780cd1
core/src/main/java/com/scalar/db/storage/jdbc/JdbcUtils.java
@@ -36,8 +36,6 @@ public static BasicDataSource initDataSource(
36
if (transactional) {
37
dataSource.setDefaultAutoCommit(false);
38
dataSource.setAutoCommitOnReturn(false);
39
- // if transactional, the default isolation level is SERIALIZABLE
40
- dataSource.setDefaultTransactionIsolation(Connection.TRANSACTION_SERIALIZABLE);
41
}
42
43
config
0 commit comments