Skip to content

Commit

Permalink
tested
Browse files Browse the repository at this point in the history
  • Loading branch information
wumpz committed Dec 6, 2020
1 parent 875f769 commit d9da64b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4354,6 +4354,6 @@ public void testExistsKeywordIssue1076() throws JSQLParserException {

@Test
public void testExistsKeywordIssue1076_1() throws JSQLParserException {
assertSqlCanBeParsedAndDeparsed("SELECT EXISTS (SELECT mycol FROM mytable)");
assertSqlCanBeParsedAndDeparsed("SELECT mycol, EXISTS (SELECT mycol FROM mytable) mycol2 FROM mytable");
}
}

0 comments on commit d9da64b

Please sign in to comment.