Merging upstream version 7.1.3.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
964bd62de9
commit
e6b3d2fe54
42 changed files with 1430 additions and 253 deletions
26
CHANGELOG.md
26
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
|
||||
------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue