Skip to content

Commit

Permalink
fixes #1074
Browse files Browse the repository at this point in the history
  • Loading branch information
wumpz committed Nov 22, 2020
1 parent b74f532 commit ece8a5a
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4331,4 +4331,9 @@ public void testIssue1068() throws JSQLParserException {
public void testKeywordSequenceIssue1075() throws JSQLParserException {
assertSqlCanBeParsedAndDeparsed("SELECT a.sequence FROM all_procedures a");
}

@Test
public void testKeywordSequenceIssue1074() throws JSQLParserException {
assertSqlCanBeParsedAndDeparsed("SELECT * FROM t_user WITH (NOLOCK)");
}
}

0 comments on commit ece8a5a

Please sign in to comment.