Skip to content

Commit 6c413b4

Browse files
committed
1 parent 6da696b commit 6c413b4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3400,6 +3400,10 @@ public void testSqlContainIsNullFunctionShouldBeParsed3() throws JSQLParserExcep
34003400
assertSqlCanBeParsedAndDeparsed("SELECT name, age FROM person WHERE NOT ISNULL(home, 'earn more money')");
34013401
}
34023402

3403+
// @Test
3404+
// public void testIntervalExpression() throws JSQLParserException {
3405+
// assertSqlCanBeParsedAndDeparsed("SELECT count(emails.id) FROM emails WHERE (emails.date_entered + 30 DAYS) > CURRENT_DATE");
3406+
// }
34033407
@Test
34043408
public void testRawStringExpressionIssue656() throws JSQLParserException {
34053409
for (String c : new String[]{"u", "e", "n", "r", "b", "rb"}) {

0 commit comments

Comments
 (0)