summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-10-10 11:29:05 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-10-10 11:29:05 +0000
commitf818ab3b896d52e874634b7c4db3533078c1887f (patch)
tree8d0f7e4b7f165f33f49da74cb34eb31a0a2d147b /CHANGELOG.md
parentReleasing debian version 6.2.8-1. (diff)
downloadsqlglot-f818ab3b896d52e874634b7c4db3533078c1887f.tar.xz
sqlglot-f818ab3b896d52e874634b7c4db3533078c1887f.zip
Merging upstream version 6.3.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f16fc70..aee697a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,28 @@
Changelog
=========
+v6.3.0
+------
+
+Changes:
+
+- New: Snowflake [table literals](https://docs.snowflake.com/en/sql-reference/literals-table.html)
+
+- New: Anti and semi joins
+
+- New: Vacuum as a command
+
+- New: Stored procedures
+
+- New: Reweriting derived tables as CTES
+
+- Improvement: Various clickhouse improvements
+
+- Improvement: Optimizer predicate pushdown
+
+- Breaking: DATE\_DIFF default renamed to DATEDIFF
+
+
v6.2.0
------