Skip to content

Commit ece8a5a

Browse files
committed
fixes #1074
1 parent b74f532 commit ece8a5a

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
@@ -4331,4 +4331,9 @@ public void testIssue1068() throws JSQLParserException {
43314331
public void testKeywordSequenceIssue1075() throws JSQLParserException {
43324332
assertSqlCanBeParsedAndDeparsed("SELECT a.sequence FROM all_procedures a");
43334333
}
4334+
4335+
@Test
4336+
public void testKeywordSequenceIssue1074() throws JSQLParserException {
4337+
assertSqlCanBeParsedAndDeparsed("SELECT * FROM t_user WITH (NOLOCK)");
4338+
}
43344339
}

0 commit comments

Comments
 (0)