Skip to content

Commit 5bc1fc3

Browse files
committed
1 parent b3faf8e commit 5bc1fc3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2277,4 +2277,8 @@ public void testProblemSqlIssue330_2() throws JSQLParserException {
22772277
public void testProblemKeywordCommitIssue341() throws JSQLParserException {
22782278
assertSqlCanBeParsedAndDeparsed("SELECT id, commit FROM table1");
22792279
}
2280+
2281+
public void testProblemSqlIssue352() throws JSQLParserException {
2282+
assertSqlCanBeParsedAndDeparsed( "SELECT @rowNO from (SELECT @rowNO from dual) r", true);
2283+
}
22802284
}

0 commit comments

Comments
 (0)