Skip to content

Commit 2319da8

Browse files
committed
1 parent 9805581 commit 2319da8

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

src/test/java/net/sf/jsqlparser/expression/operators/relational/BetweenTest.java

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/*-
2+
* #%L
3+
* JSQLParser library
4+
* %%
5+
* Copyright (C) 2004 - 2024 JSQLParser
6+
* %%
7+
* Dual licensed under GNU LGPL 2.1 or Apache License 2.0
8+
* #L%
9+
*/
110
package net.sf.jsqlparser.expression.operators.relational;
211

312
import net.sf.jsqlparser.JSQLParserException;
@@ -12,4 +21,4 @@ void testBetweenWithAdditionIssue1948() throws JSQLParserException {
1221
String sqlStr = "select col FROM tbl WHERE start_time BETWEEN 1706024185 AND MyFunc() - 734400";
1322
TestUtils.assertSqlCanBeParsedAndDeparsed(sqlStr, true);
1423
}
15-
}
24+
}

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

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/*-
2+
* #%L
3+
* JSQLParser library
4+
* %%
5+
* Copyright (C) 2004 - 2024 JSQLParser
6+
* %%
7+
* Dual licensed under GNU LGPL 2.1 or Apache License 2.0
8+
* #L%
9+
*/
110
package net.sf.jsqlparser.statement.select;
211

312
import net.sf.jsqlparser.JSQLParserException;

0 commit comments

Comments
 (0)