We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59f56c5 commit d72ca2dCopy full SHA for d72ca2d
1 file changed
src/main/java/io/sqlman/version/JdbcVersionManager.java
@@ -182,7 +182,7 @@ public Integer execute(Connection connection) throws SQLException {
182
ordinal,
183
script.sqls(),
184
script.version(),
185
- isolation != null ? isolation : "default",
+ isolation != null ? isolation.name : "default",
186
sql.replaceAll("\\s+", " ")
187
);
188
0 commit comments