Skip to content

Commit 5a61689

Browse files
authored
Merge branch 'master' into fix-to-enable-tests-for-timestamptz
2 parents 813937a + 7a2d999 commit 5a61689

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

core/src/main/java/com/scalar/db/storage/jdbc/JdbcUtils.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ public static BasicDataSource initDataSource(
3636
if (transactional) {
3737
dataSource.setDefaultAutoCommit(false);
3838
dataSource.setAutoCommitOnReturn(false);
39-
// if transactional, the default isolation level is SERIALIZABLE
40-
dataSource.setDefaultTransactionIsolation(Connection.TRANSACTION_SERIALIZABLE);
4139
}
4240

4341
config

0 commit comments

Comments
 (0)