Skip to content

Commit 64bc5e0

Browse files
committed
fixes #485
1 parent ca6538a commit 64bc5e0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2636,4 +2636,8 @@ public void testProblemIssue437Index() throws JSQLParserException {
26362636
public void testProblemIssue445() throws JSQLParserException {
26372637
assertSqlCanBeParsedAndDeparsed("SELECT E.ID_NUMBER, row_number() OVER (PARTITION BY E.ID_NUMBER ORDER BY E.DEFINED_UPDATED DESC) rn FROM T_EMPLOYMENT E");
26382638
}
2639+
2640+
public void testProblemIssue485Date() throws JSQLParserException {
2641+
assertSqlCanBeParsedAndDeparsed("SELECT * FROM tab WHERE tab.date = :date");
2642+
}
26392643
}

0 commit comments

Comments
 (0)