提交 62e7a97b authored 作者: Thomas Mueller's avatar Thomas Mueller

The SCRIPT command and tool now uses the default file encoding for the system…

The SCRIPT command and tool now uses the default file encoding for the system now instead of UTF-8 (as before).
上级 a12e0f16
......@@ -42,7 +42,7 @@ public class TestRunscript extends TestBase implements Trigger {
Statement stat;
conn = getConnection("runscript");
stat = conn.createStatement();
stat.execute("create table \"T\u00f6\"(id int)");
stat.execute("create table \"t\u00f6\"(id int)");
stat.execute("script to '"+getBaseDir()+"/backup.sql'");
stat.execute("drop all objects");
stat.execute("runscript from '"+getBaseDir()+"/backup.sql'");
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论