We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b74f532 commit ece8a5aCopy full SHA for ece8a5a
src/test/java/net/sf/jsqlparser/statement/select/SelectTest.java
@@ -4331,4 +4331,9 @@ public void testIssue1068() throws JSQLParserException {
4331
public void testKeywordSequenceIssue1075() throws JSQLParserException {
4332
assertSqlCanBeParsedAndDeparsed("SELECT a.sequence FROM all_procedures a");
4333
}
4334
+
4335
+ @Test
4336
+ public void testKeywordSequenceIssue1074() throws JSQLParserException {
4337
+ assertSqlCanBeParsedAndDeparsed("SELECT * FROM t_user WITH (NOLOCK)");
4338
+ }
4339
0 commit comments