提交 e580ca15 authored 作者: Owner's avatar Owner

Merge branch 'Issue#573' of https://github.com/stumc/h2database into Issue#573

......@@ -232,8 +232,8 @@ public abstract class Command implements CommandInterface {
throw e;
} finally {
if (callStop) {
commandCleanup();
stop();
commandCleanup();
}
if (writing) {
database.afterWriting();
......@@ -292,8 +292,8 @@ public abstract class Command implements CommandInterface {
} finally {
try {
if (callStop) {
commandCleanup();
stop();
commandCleanup();
}
} finally {
if (writing) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论