提交 0e97eb55 authored 作者: Thomas Mueller's avatar Thomas Mueller

Typo.

上级 1ec1e347
......@@ -101,13 +101,13 @@ public class TestLob extends TestBase {
} catch (SQLException e) {
assertEquals(ErrorCode.DUPLICATE_KEY_1, e.getErrorCode());
}
stat.execute("insert into test values(space(10000) || 'a')");
stat.execute("insert into test values(space(10000) || 'a')");
try {
stat.execute("insert into test values(space(10000) || 'a')");
stat.execute("insert into test values(space(10000) || 'a')");
} catch (SQLException e) {
assertEquals(ErrorCode.DUPLICATE_KEY_1, e.getErrorCode());
}
stat.execute("insert into test values(space(10000) || 'b')");
stat.execute("insert into test values(space(10000) || 'b')");
conn.close();
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论