提交 e33531e7 authored 作者: Thomas Mueller's avatar Thomas Mueller

Formatting.

上级 fd2e4b3b
......@@ -1176,7 +1176,7 @@ public class TestPreparedStatement extends TestBase {
conn.createStatement().execute("SET ALLOW_LITERALS NONE");
conn.prepareStatement("CREATE TABLE test (id INT)").execute();
PreparedStatement ps = conn.prepareStatement("INSERT INTO test (id) VALUES (?)");
for(int i = 0; i < 200; i++) {
for (int i = 0; i < 200; i++) {
ps.setInt(1, i);
ps.executeUpdate();
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论