提交 47968f60 authored 作者: Thomas Mueller's avatar Thomas Mueller

CallableStatement with "out" parameters: running the same statement twice could…

CallableStatement with "out" parameters: running the same statement twice could result in an exception ("parameter not set").
上级 5874ac22
...@@ -65,6 +65,8 @@ public class TestCallableStatement extends TestBase { ...@@ -65,6 +65,8 @@ public class TestCallableStatement extends TestBase {
assertEquals(1, id); assertEquals(1, id);
cs.close(); cs.close();
} }
conn.createStatement().execute(
"drop table test");
} }
private void testUnsupportedOperations(Connection conn) throws SQLException { private void testUnsupportedOperations(Connection conn) throws SQLException {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论