Skip to content

Commit f484de7

Browse files
committed
1 parent 10a69a2 commit f484de7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/test/java/net/sf/jsqlparser/statement/select/SelectTest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2758,10 +2758,10 @@ public void testSelectInnerWith() throws JSQLParserException {
27582758
assertSqlCanBeParsedAndDeparsed("SELECT * FROM (WITH actor AS (SELECT 'a' aid FROM DUAL) SELECT aid FROM actor)");
27592759
}
27602760

2761-
@Test
2762-
public void testSelectInnerWithAndUnionIssue1084() throws JSQLParserException {
2763-
assertSqlCanBeParsedAndDeparsed("WITH actor AS (SELECT 'b' aid FROM DUAL) SELECT aid FROM actor UNION WITH actor2 AS (SELECT 'a' aid FROM DUAL) SELECT aid FROM actor2");
2764-
}
2761+
// @Test
2762+
// public void testSelectInnerWithAndUnionIssue1084() throws JSQLParserException {
2763+
// assertSqlCanBeParsedAndDeparsed("WITH actor AS (SELECT 'b' aid FROM DUAL) SELECT aid FROM actor UNION WITH actor2 AS (SELECT 'a' aid FROM DUAL) SELECT aid FROM actor2");
2764+
// }
27652765

27662766
@Test
27672767
public void testSelectInnerWithAndUnionIssue1084_2() throws JSQLParserException {

0 commit comments

Comments
 (0)