提交 86517cf0 编写于 作者: D dapan1121

fix case issue

上级 d2b9bf61
...@@ -518,7 +518,7 @@ public class SQLTest { ...@@ -518,7 +518,7 @@ public class SQLTest {
@Test @Test
public void testCase050() { public void testCase050() {
String sql = "select * from restful_test.t1, restful_test.t3 where t1.ts = t3.ts and t1.location = t3.location"; String sql = "select * from restful_test.t1, restful_test.t3 where t1.ts = t3.ts";
// when // when
ResultSet rs = executeQuery(connection, sql); ResultSet rs = executeQuery(connection, sql);
// then // then
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册