From 684905e3de7854a3806ffa55e0d1a09431ba5a19 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 15 Oct 2022 15:53:00 +0200 Subject: Merging upstream version 7.1.3. Signed-off-by: Daniel Baumann --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'CHANGELOG.md') 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 ------ -- cgit v1.2.3