Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
wumpz committed Jul 7, 2019
1 parent 694d06c commit 0022ef4
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2220,6 +2220,11 @@ public void testMultiValueIn2() throws JSQLParserException {
assertSqlCanBeParsedAndDeparsed(stmt);
}

// @Test
// public void testMultiValueIn3() throws JSQLParserException {
// String stmt = "SELECT * FROM mytable WHERE (SSN,SSM) IN (('11111111111111', '22222222222222'))";
// assertSqlCanBeParsedAndDeparsed(stmt);
// }
@Test
public void testPivot1() throws JSQLParserException {
String stmt = "SELECT * FROM mytable PIVOT (count(a) FOR b IN ('val1'))";
Expand Down

0 comments on commit 0022ef4

Please sign in to comment.