Adding upstream version 10.4.2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
275e9758ad
commit
63044b3f6c
88 changed files with 1637 additions and 436 deletions
31
CHANGELOG.md
31
CHANGELOG.md
|
@ -1,6 +1,37 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
v10.4.0
|
||||
------
|
||||
|
||||
Changes:
|
||||
|
||||
- Breaking: Removed the quote_identities optimizer rule.
|
||||
|
||||
- New: ARRAYAGG, SUM, ARRAYANY support in the engine. SQLGlot is now able to execute all TPC-H queries.
|
||||
|
||||
- Improvement: Transpile DATEDIFF to postgres.
|
||||
|
||||
- Improvement: Right join pushdown fixes.
|
||||
|
||||
- Improvement: Have Snowflake generate VALUES columns without quotes.
|
||||
|
||||
- Improvement: Support NaN values in convert.
|
||||
|
||||
- Improvement: Recursive CTE scope [fixes](https://github.com/tobymao/sqlglot/commit/bec36391d85152fa478222403d06beffa8d6ddfb).
|
||||
|
||||
|
||||
v10.3.0
|
||||
------
|
||||
|
||||
Changes:
|
||||
|
||||
- Breaking: Json ops changed to binary expressions.
|
||||
|
||||
- New: Jinja tokenization.
|
||||
|
||||
- Improvement: More robust type inference.
|
||||
|
||||
v10.2.0
|
||||
------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue