提交 4908d970 authored 作者: Thomas Mueller's avatar Thomas Mueller

the ChangePassword tool is now called ChangeFileEncryption

上级 5c921f3c
...@@ -53,7 +53,7 @@ import org.h2.jdbc.JdbcSQLException; ...@@ -53,7 +53,7 @@ import org.h2.jdbc.JdbcSQLException;
import org.h2.message.Message; import org.h2.message.Message;
import org.h2.message.TraceSystem; import org.h2.message.TraceSystem;
import org.h2.tools.Backup; import org.h2.tools.Backup;
import org.h2.tools.ChangePassword; import org.h2.tools.ChangeFileEncryption;
import org.h2.tools.ConvertTraceFile; import org.h2.tools.ConvertTraceFile;
import org.h2.tools.CreateCluster; import org.h2.tools.CreateCluster;
import org.h2.tools.DeleteDbFiles; import org.h2.tools.DeleteDbFiles;
...@@ -578,8 +578,8 @@ class WebThread extends Thread implements DatabaseEventListener { ...@@ -578,8 +578,8 @@ class WebThread extends Thread implements DatabaseEventListener {
tool = new Recover(); tool = new Recover();
} else if ("DeleteDbFiles".equals(toolName)) { } else if ("DeleteDbFiles".equals(toolName)) {
tool = new DeleteDbFiles(); tool = new DeleteDbFiles();
} else if ("ChangePassword".equals(toolName)) { } else if ("ChangeFileEncryption".equals(toolName)) {
tool = new ChangePassword(); tool = new ChangeFileEncryption();
} else if ("Script".equals(toolName)) { } else if ("Script".equals(toolName)) {
tool = new Script(); tool = new Script();
} else if ("RunScript".equals(toolName)) { } else if ("RunScript".equals(toolName)) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论