File tree Expand file tree Collapse file tree 1 file changed +1
-19
lines changed Expand file tree Collapse file tree 1 file changed +1
-19
lines changed Original file line number Diff line number Diff line change @@ -54,25 +54,7 @@ To help JSqlParser's development you are encouraged to provide
54
54
55
55
Also I would like to know about needed examples or documentation stuff.
56
56
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
76
58
77
59
Additionally, we have fixed many errors and improved the code quality and the test coverage.
78
60
You can’t perform that action at this time.
0 commit comments