Adding upstream version 16.7.7.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
7297023f4e
commit
0aa02fba5a
59 changed files with 16125 additions and 15681 deletions
35
CHANGELOG.md
35
CHANGELOG.md
|
@ -1,6 +1,36 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
## [v16.7.6] - 2023-06-30
|
||||
### :bug: Bug Fixes
|
||||
- [`9919e62`](https://github.com/tobymao/sqlglot/commit/9919e62046967f1fcbc40a638ab6234bc6082c65) - make bigquery unnest unalias more comprehensive *(commit by [@tobymao](https://github.com/tobymao))*
|
||||
|
||||
### :recycle: Refactors
|
||||
- [`15ac3c1`](https://github.com/tobymao/sqlglot/commit/15ac3c13f3af7a8bdc15a9631a932bd2d2a95332) - **executor**: get rid of 'running' set *(PR [#1861](https://github.com/tobymao/sqlglot/pull/1861) by [@GeorgeSittas](https://github.com/GeorgeSittas))*
|
||||
|
||||
|
||||
## [v16.7.4] - 2023-06-29
|
||||
### :sparkles: New Features
|
||||
- [`08c3074`](https://github.com/tobymao/sqlglot/commit/08c3074eea09a2c1ba0d1114bfd05910e6c61b5c) - **bigquery**: support the full syntax of ANY_VALUE *(PR [#1860](https://github.com/tobymao/sqlglot/pull/1860) by [@GeorgeSittas](https://github.com/GeorgeSittas))*
|
||||
- :arrow_lower_right: *addresses issue [#1858](undefined) opened by [@lucia-vargas-a](https://github.com/lucia-vargas-a)*
|
||||
|
||||
### :bug: Bug Fixes
|
||||
- [`0357d63`](https://github.com/tobymao/sqlglot/commit/0357d63c518d2efdcec585f344059ff082cf9429) - bigquery quoted udf project id *(commit by [@tobymao](https://github.com/tobymao))*
|
||||
- [`28e1024`](https://github.com/tobymao/sqlglot/commit/28e10244d260e8fbc1b4358051158a5728efbd03) - group and order cannot replace with literals *(commit by [@tobymao](https://github.com/tobymao))*
|
||||
- [`5dabb96`](https://github.com/tobymao/sqlglot/commit/5dabb96c1e98e345ecc2c93b6f75c8b2db639721) - alias snowflake timediff/timestampdiff to datediff closes [#1851](https://github.com/tobymao/sqlglot/pull/1851) *(commit by [@tobymao](https://github.com/tobymao))*
|
||||
|
||||
### :recycle: Refactors
|
||||
- [`f837b17`](https://github.com/tobymao/sqlglot/commit/f837b178eb5a95682819b07f026b88b9ba615836) - cleanup schema normalize_table, avoiding double copy *(PR [#1853](https://github.com/tobymao/sqlglot/pull/1853) by [@tobymao](https://github.com/tobymao))*
|
||||
|
||||
### :wrench: Chores
|
||||
- [`1e76107`](https://github.com/tobymao/sqlglot/commit/1e7610706dc80a4c8d4f06fb13f1076c780371b7) - **snowflake**: fix tests *(commit by [@GeorgeSittas](https://github.com/GeorgeSittas))*
|
||||
|
||||
|
||||
## [v16.7.2] - 2023-06-28
|
||||
### :bug: Bug Fixes
|
||||
- [`eaed790`](https://github.com/tobymao/sqlglot/commit/eaed790b331d45cfec049bafd5251e4250c663a0) - workaround bigquery grouped alias with order *(commit by [@tobymao](https://github.com/tobymao))*
|
||||
|
||||
|
||||
## [v16.7.1] - 2023-06-28
|
||||
### :sparkles: New Features
|
||||
- [`95a4b70`](https://github.com/tobymao/sqlglot/commit/95a4b70146bfb82ef2beca263a6dd6612994d224) - **bigquery**: pushdown CTE column names *(PR [#1847](https://github.com/tobymao/sqlglot/pull/1847) by [@GeorgeSittas](https://github.com/GeorgeSittas))*
|
||||
|
@ -695,4 +725,7 @@ Changelog
|
|||
[v16.5.0]: https://github.com/tobymao/sqlglot/compare/v16.4.2...v16.5.0
|
||||
[v16.6.0]: https://github.com/tobymao/sqlglot/compare/v16.5.0...v16.6.0
|
||||
[v16.7.0]: https://github.com/tobymao/sqlglot/compare/v16.6.0...v16.7.0
|
||||
[v16.7.1]: https://github.com/tobymao/sqlglot/compare/v16.7.0...v16.7.1
|
||||
[v16.7.1]: https://github.com/tobymao/sqlglot/compare/v16.7.0...v16.7.1
|
||||
[v16.7.2]: https://github.com/tobymao/sqlglot/compare/v16.7.1...v16.7.2
|
||||
[v16.7.4]: https://github.com/tobymao/sqlglot/compare/v16.7.3...v16.7.4
|
||||
[v16.7.6]: https://github.com/tobymao/sqlglot/compare/v16.7.5...v16.7.6
|
Loading…
Add table
Add a link
Reference in a new issue