Skip to content

Commit 1387891

Browse files
committed
1 parent 078ff74 commit 1387891

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

README.md

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -54,25 +54,7 @@ To help JSqlParser's development you are encouraged to provide
5454

5555
Also I would like to know about needed examples or documentation stuff.
5656

57-
## Extensions in the latest SNAPSHOT version 4.3
58-
59-
* moved to JUnit 5 as a test framework
60-
* added **IGNORE NULLS** to window functions
61-
* Postgres compliant **ALTER TABLE schema.oldTableName RENAME TO newTableName**
62-
* added use of * or mytable.* as a function parameter
63-
* enhanced support for ddl drop of indexes
64-
* support alias for Unpivot statement
65-
* support for limit and offset expressions
66-
* support for special **JSON_OBJECT** function parsing
67-
* allow ComplexExpressions for **CASE** expression (preview)
68-
* support MYSQL modifiers for **DELETE** / **UPDATE**
69-
* support for Postgres Dollar quotation: **$$mystring$$**
70-
* support for expression in escaping of a like expression: **LIKE ? ESCAPE ?**
71-
* support for **CREATE OR REPLACE TABLE**
72-
* support for multi column unpivot
73-
* support for **RESTART** in Postgres **ALTER SEQUENCE**
74-
* improved support of **IGNORE NULLS** in window functions
75-
* upgraded some maven plugin versions
57+
## Extensions in the latest SNAPSHOT version 4.4
7658

7759
Additionally, we have fixed many errors and improved the code quality and the test coverage.
7860

0 commit comments

Comments
 (0)