Skip to content

Commit 6b2422e

Browse files
committed
1 parent 27cdfa9 commit 6b2422e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,9 @@ Additionally, we have fixed many errors and improved the code quality and the te
6868
* `INSERT` supports `SetOperations` (e. g. `INSERT INTO ... SELECT ... FROM ... UNION SELECT ... FROM ...`), those `SetOperations` are used both for `SELECT` and `VALUES` clauses (API change) in order to simplify the Grammar
6969
* `(WITH ... SELECT ...)` statements within brackets are now supported
7070
* Postgres `NATURAL { INNER | LEFT | RIGHT } JOIN` support
71-
* extended support for Hive dialect GROUPING SETS
72-
* support for postgres drop function
71+
* extended support for Hive dialect `GROUPING SETS`
72+
* support for postgres **drop** function
73+
* support table option **character set** and **index** options
7374

7475

7576
## Building from the sources

0 commit comments

Comments
 (0)