1
0
Fork 0

Adding upstream version 10.4.2.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-13 15:01:11 +01:00
parent 275e9758ad
commit 63044b3f6c
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
88 changed files with 1637 additions and 436 deletions

View file

@ -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
------