summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-10-15 13:52:53 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-10-15 13:52:53 +0000
commit97d3673ec2d668050912aa6aea1816885ca6c5ab (patch)
treef391e30e039a3d22368e9696e171f759e104c765 /CHANGELOG.md
parentAdding upstream version 6.3.1. (diff)
downloadsqlglot-97d3673ec2d668050912aa6aea1816885ca6c5ab.tar.xz
sqlglot-97d3673ec2d668050912aa6aea1816885ca6c5ab.zip
Adding upstream version 7.1.3.upstream/7.1.3
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index aee697a..cb76969 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,32 @@
Changelog
=========
+v7.1.0
+------
+
+Changes:
+
+- Improvement: Pretty generator now takes max\_text\_width which breaks segments into new lines
+- New: exp.to\_table helper to turn table names into table expression objects
+- New: int[] type parsers
+- New: annotations are now generated in sql
+
+v7.0.0
+------
+
+Changes:
+
+- Breaking: DISTINCT within functions now take in multiple values eg. COUNT(DISTINCT a, b).
+ exp.Distinct no longer uses `this` and now uses the expressions property
+
+- New: Expression False kwargs are now excluded from equality checks
+
+- New: Parse DESCRIBE and CREATE SCHEMA
+
+- New: DELETE and VALUES builder
+
+- New: Unused CTE and JOINS are now removed in the optimizer
+
v6.3.0
------