Adding upstream version 24.0.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
b6ae88ec81
commit
8b1190270c
127 changed files with 40727 additions and 46460 deletions
32
CHANGELOG.md
32
CHANGELOG.md
|
@ -1,6 +1,36 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
## [v23.17.0] - 2024-05-19
|
||||
### :boom: BREAKING CHANGES
|
||||
- due to [`77d21d9`](https://github.com/tobymao/sqlglot/commit/77d21d9379c3f130b803ea651ec3d36256bb84a4) - parse : operator as JSONExtract (similar to Snowflake) *(PR [#3508](https://github.com/tobymao/sqlglot/pull/3508) by [@georgesittas](https://github.com/georgesittas))*:
|
||||
|
||||
parse : operator as JSONExtract (similar to Snowflake) (#3508)
|
||||
|
||||
|
||||
### :sparkles: New Features
|
||||
- [`1125662`](https://github.com/tobymao/sqlglot/commit/11256629d74c4721ed13ed534509d266e260dde6) - add support for snowflake lambdas with type annotations closes … *(PR [#3506](https://github.com/tobymao/sqlglot/pull/3506) by [@tobymao](https://github.com/tobymao))*
|
||||
|
||||
### :bug: Bug Fixes
|
||||
- [`77d21d9`](https://github.com/tobymao/sqlglot/commit/77d21d9379c3f130b803ea651ec3d36256bb84a4) - **databricks**: parse : operator as JSONExtract (similar to Snowflake) *(PR [#3508](https://github.com/tobymao/sqlglot/pull/3508) by [@georgesittas](https://github.com/georgesittas))*
|
||||
|
||||
|
||||
## [v23.16.0] - 2024-05-18
|
||||
### :boom: BREAKING CHANGES
|
||||
- due to [`e281db8`](https://github.com/tobymao/sqlglot/commit/e281db8784682649be305e9a05c45211402f107c) - Add ALTER TABLE SET *(PR [#3485](https://github.com/tobymao/sqlglot/pull/3485) by [@VaggelisD](https://github.com/VaggelisD))*:
|
||||
|
||||
Add ALTER TABLE SET (#3485)
|
||||
|
||||
|
||||
### :sparkles: New Features
|
||||
- [`e281db8`](https://github.com/tobymao/sqlglot/commit/e281db8784682649be305e9a05c45211402f107c) - Add ALTER TABLE SET *(PR [#3485](https://github.com/tobymao/sqlglot/pull/3485) by [@VaggelisD](https://github.com/VaggelisD))*
|
||||
- [`9aee21b`](https://github.com/tobymao/sqlglot/commit/9aee21b88e73809e2cdc4e48f04e16edcf1141d7) - add RETURNS NULL ON NULL and STRICT properties *(PR [#3504](https://github.com/tobymao/sqlglot/pull/3504) by [@georgesittas](https://github.com/georgesittas))*
|
||||
- :arrow_lower_right: *addresses issue [#3503](https://github.com/tobymao/sqlglot/issues/3503) opened by [@krzysztof-kwitt](https://github.com/krzysztof-kwitt)*
|
||||
|
||||
### :wrench: Chores
|
||||
- [`0896d11`](https://github.com/tobymao/sqlglot/commit/0896d113b94aaea82e90dd04cdf917dfa546d08e) - lint *(commit by [@tobymao](https://github.com/tobymao))*
|
||||
|
||||
|
||||
## [v23.15.10] - 2024-05-17
|
||||
### :sparkles: New Features
|
||||
- [`89c1d3a`](https://github.com/tobymao/sqlglot/commit/89c1d3a4dd3387576c384413b3a8991a2dd030de) - **clickhouse**: support generate TimestampTrunc, Variance, Stddev *(PR [#3489](https://github.com/tobymao/sqlglot/pull/3489) by [@longxiaofei](https://github.com/longxiaofei))*
|
||||
|
@ -3668,3 +3698,5 @@ Changelog
|
|||
[v23.15.8]: https://github.com/tobymao/sqlglot/compare/v23.15.7...v23.15.8
|
||||
[v23.15.9]: https://github.com/tobymao/sqlglot/compare/v23.15.8...v23.15.9
|
||||
[v23.15.10]: https://github.com/tobymao/sqlglot/compare/v23.15.9...v23.15.10
|
||||
[v23.16.0]: https://github.com/tobymao/sqlglot/compare/v23.15.10...v23.16.0
|
||||
[v23.17.0]: https://github.com/tobymao/sqlglot/compare/v23.16.0...v23.17.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue