提交 63c767e5 authored 作者: noelgrandin's avatar noelgrandin

revert my previous change

上级 63fc2316
...@@ -48,7 +48,7 @@ public class TestLobApi extends TestBase { ...@@ -48,7 +48,7 @@ public class TestLobApi extends TestBase {
testLobStaysOpenUntilCommitted(); testLobStaysOpenUntilCommitted();
testInputStreamThrowsException(true); testInputStreamThrowsException(true);
testInputStreamThrowsException(false); testInputStreamThrowsException(false);
conn = getConnection("lob"); conn = (JdbcConnection) getConnection("lob");
stat = conn.createStatement(); stat = conn.createStatement();
stat.execute("create table test(id int, x blob)"); stat.execute("create table test(id int, x blob)");
testBlob(0); testBlob(0);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论