Skip to content

Commit 1234127

Browse files
committed
fixes #278
1 parent faf8c6a commit 1234127

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Also I would like to know about needed examples or documentation stuff.
4242

4343
## Extensions in the latest SNAPSHOT version 0.9.6
4444

45+
* first support for date literals like **TIMESTAMP'2004-04-30 04:05:34.56'**
4546
* support for **UPDATE RETURNING**
4647
* support for scalar time function, like **CURRENT_TIMESTAMP**
4748
* support for **LEFT SEMI JOIN**

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public void testAllSqlsParseDeparse() throws IOException {
7676
}
7777

7878
LOG.log(Level.INFO, "tested {0} files. got {1} correct parse results", new Object[]{count, success});
79-
assertTrue(success >= 135);
79+
assertTrue(success >= 139);
8080
}
8181

8282
@Test

0 commit comments

Comments
 (0)