Skip to content

Commit f039659

Browse files
committed
updated readme.md to show all changes for version 4.3
1 parent 0c31314 commit f039659

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

+15
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,21 @@ Also I would like to know about needed examples or documentation stuff.
5858

5959
* moved to JUnit 5 as a test framework
6060
* 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
6176

6277
Additionally, we have fixed many errors and improved the code quality and the test coverage.
6378

0 commit comments

Comments
 (0)