1
0
Fork 0

Merging upstream version 11.2.0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-13 15:30:09 +01:00
parent 26f7d60d8d
commit 7bd03f6735
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
32 changed files with 25185 additions and 24026 deletions

View file

@ -1,8 +1,32 @@
Changelog
=========
v11.2.0
------
Changes:
- Breaking: Replaced "schema" arg from Column expression with "db" and "catalog".
- Breaking: Removed mapping of "{{" to BLOCK_START token.
- New: Added new optimizer pass: [unknown star expansion](https://github.com/tobymao/sqlglot/commit/0e24be8487b94e8ae09ba57b6756788f631043ec).
- New: Added support for INSERT OR ... syntax.
- New: Added support for ILIKE/LIKE ANY.
- Improvement: Made the optimizer more robust.
- Improvement: Improved parsing of GROUP BY to better handle ROLLUP, CUBE and GROUPING SETS.
- Improvement: [Refactored](https://github.com/tobymao/sqlglot/commit/d95317e1fe15f06768d613d1eee1ed88d0d1b95a) UDTF scope.
- Improvement: Fixed parsing for UDF typical parameters in order to handle constraints.
v11.1.0
------
Changes:
- Breaking: Although this is a breaking change, it fixes and makes the behavior of escaped characters more consistent. Now SQLGlot preserves all line break inputs as they come.