File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,21 @@ Also I would like to know about needed examples or documentation stuff.
58
58
59
59
* moved to JUnit 5 as a test framework
60
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
61
76
62
77
Additionally, we have fixed many errors and improved the code quality and the test coverage.
63
78
You can’t perform that action at this time.
0 commit comments