Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
wumpz committed Mar 16, 2019
1 parent 4ad79d0 commit 526b90b
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3608,4 +3608,9 @@ public void testGroupingSets2() throws JSQLParserException {
public void testGroupingSets3() throws JSQLParserException {
assertSqlCanBeParsedAndDeparsed("SELECT COL_1 FROM TABLE_1 GROUP BY GROUPING SETS (COL_1, ())");
}

@Test
public void testLongQualifiedNamesIssue763() throws JSQLParserException {
assertSqlCanBeParsedAndDeparsed("SELECT mongodb.test.test.intField, postgres.test.test.intField, postgres.test.test.datefield FROM mongodb.test.test JOIN postgres.postgres.test.test ON mongodb.test.test.intField = postgres.test.test.intField WHERE mongodb.test.test.intField = 123");
}
}

0 comments on commit 526b90b

Please sign in to comment.