Skip to content

Commit 2222945

Browse files
committed
fixes #867
1 parent 6ef7ebb commit 2222945

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3866,4 +3866,9 @@ public void testEndKeyword() throws JSQLParserException {
38663866
public void testStartKeyword() throws JSQLParserException {
38673867
assertSqlCanBeParsedAndDeparsed("SELECT c0_.start AS start_5 FROM mytable");
38683868
}
3869+
3870+
@Test
3871+
public void testSizeKeywordIssue867() throws JSQLParserException {
3872+
assertSqlCanBeParsedAndDeparsed("SELECT size FROM mytable");
3873+
}
38693874
}

0 commit comments

Comments
 (0)