Skip to content

Commit d72ca2d

Browse files
author
core-lib
committed
支持自动备份
1 parent 59f56c5 commit d72ca2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/io/sqlman/version/JdbcVersionManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ public Integer execute(Connection connection) throws SQLException {
182182
ordinal,
183183
script.sqls(),
184184
script.version(),
185-
isolation != null ? isolation : "default",
185+
isolation != null ? isolation.name : "default",
186186
sql.replaceAll("\\s+", " ")
187187
);
188188

0 commit comments

Comments
 (0)