Skip to content

Commit

Permalink
updated readme.md to show all changes for version 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wumpz committed Dec 12, 2021
1 parent 0c31314 commit f039659
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,21 @@ Also I would like to know about needed examples or documentation stuff.

* moved to JUnit 5 as a test framework
* added **IGNORE NULLS** to window functions
* Postgres compliant **ALTER TABLE schema.oldTableName RENAME TO newTableName**
* added use of * or mytable.* as a function parameter
* enhanced support for ddl drop of indexes
* support alias for Unpivot statement
* support for limit and offset expressions
* support for special **JSON_OBJECT** function parsing
* allow ComplexExpressions for **CASE** expression (preview)
* support MYSQL modifiers for **DELETE** / **UPDATE**
* support for Postgres Dollar quotation: **$$mystring$$**
* support for expression in escaping of a like expression: **LIKE ? ESCAPE ?**
* support for **CREATE OR REPLACE TABLE**
* support for multi column unpivot
* support for **RESTART** in Postgres **ALTER SEQUENCE**
* improved support of **IGNORE NULLS** in window functions
* upgraded some maven plugin versions

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

Expand Down

0 comments on commit f039659

Please sign in to comment.