Skip to content

Commit b3cfdac

Browse files
committed
1 parent d86cb90 commit b3cfdac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3481,7 +3481,7 @@ public void testFuncConditionParameter2() throws JSQLParserException {
34813481
public void testFuncConditionParameter3() throws JSQLParserException {
34823482
assertSqlCanBeParsedAndDeparsed("SELECT CAST((MAX(CAST(IIF(isnumeric(license_no) = 1, license_no, 0) AS INT)) + 2) AS varchar) FROM lcps.t_license WHERE profession_id = 60 and license_type = 100 and YEAR(issue_date) % 2 = case when YEAR(issue_date) % 2 = 0 then 0 else 1 end and ISNUMERIC(license_no) = 1", true);
34833483
}
3484-
3484+
34853485
@Test
34863486
public void testSqlContainIsNullFunctionShouldBeParsed3() throws JSQLParserException {
34873487
assertSqlCanBeParsedAndDeparsed("SELECT name, age FROM person WHERE NOT ISNULL(home, 'earn more money')");

0 commit comments

Comments
 (0)