diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-05 11:14:27 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-05 11:14:27 +0000 |
commit | 86c29b46f4c7494401cc2ee272d0dec2b8256eff (patch) | |
tree | 7a9ad6cc3c1bad2259ad3133e22a55a2179558a5 /CHANGELOG.md | |
parent | Adding upstream version 23.13.1. (diff) | |
download | sqlglot-upstream/23.13.7.tar.xz sqlglot-upstream/23.13.7.zip |
Adding upstream version 23.13.7.upstream/23.13.7
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a4f625..d477843 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,41 @@ Changelog ========= +## [v23.13.6] - 2024-05-04 +### :wrench: Chores +- [`aa4f90a`](https://github.com/tobymao/sqlglot/commit/aa4f90acde9c022fb7f984b30763c732977c1b4c) - refactor publish workflow for sqlglotrs releasing *(commit by [@georgesittas](https://github.com/georgesittas))* + + +## [v23.13.5] - 2024-05-04 +### :wrench: Chores +- [`0deffd8`](https://github.com/tobymao/sqlglot/commit/0deffd89a8c6d2da90c9a654c22b78dd4c7dd8f6) - refactor publish workflow for sqlglotrs releasing *(commit by [@georgesittas](https://github.com/georgesittas))* + + +## [v23.13.4] - 2024-05-04 +### :wrench: Chores +- [`5125732`](https://github.com/tobymao/sqlglot/commit/5125732f05408750aceefba99b48aeb4def89557) - refactor publish workflow for sqlglotrs releasing *(commit by [@georgesittas](https://github.com/georgesittas))* + + +## [v23.13.3] - 2024-05-04 +### :wrench: Chores +- [`0a36dd8`](https://github.com/tobymao/sqlglot/commit/0a36dd85cd7de544a509f7e4ccdddf0cb0c1f697) - fix should-deploy-rs bash condition *(commit by [@georgesittas](https://github.com/georgesittas))* + + +## [v23.13.2] - 2024-05-04 +### :bug: Bug Fixes +- [`fc979a0`](https://github.com/tobymao/sqlglot/commit/fc979a0055c0f402cda77448d9c7dfecf45a901f) - **snowflake**: make FILE_FORMAT option always be uppercase in COPY INTO *(commit by [@georgesittas](https://github.com/georgesittas))* + +### :wrench: Chores +- [`1b5b77d`](https://github.com/tobymao/sqlglot/commit/1b5b77d849260589a2f7d3593c4472e47cae0280) - improve unsupported error documentation *(PR [#3406](https://github.com/tobymao/sqlglot/pull/3406) by [@georgesittas](https://github.com/georgesittas))* +- [`fcb51af`](https://github.com/tobymao/sqlglot/commit/fcb51afc4631cfc5f494c9114d4aba667aa46087) - release sqlglotrs only when Cargo.toml is updated *(PR [#3408](https://github.com/tobymao/sqlglot/pull/3408) by [@georgesittas](https://github.com/georgesittas))* + + +## [v23.13.1] - 2024-05-04 +### :bug: Bug Fixes +- [`2c2a788`](https://github.com/tobymao/sqlglot/commit/2c2a788bb3a5a46e7729a117a6e6b62d33beb020) - **snowflake**: COPY postfix *(PR [#3398](https://github.com/tobymao/sqlglot/pull/3398) by [@VaggelisD](https://github.com/VaggelisD))* + - :arrow_lower_right: *fixes issue [#3388](https://github.com/tobymao/sqlglot/issues/3388) opened by [@dangoldin](https://github.com/dangoldin)* + + ## [v23.13.0] - 2024-05-03 ### :boom: BREAKING CHANGES - due to [`cc6259d`](https://github.com/tobymao/sqlglot/commit/cc6259de3d68831ded31bfb7fafe1ce654aa89dd) - Mark UDTF child scopes as ScopeType.SUBQUERY *(PR [#3390](https://github.com/tobymao/sqlglot/pull/3390) by [@VaggelisD](https://github.com/VaggelisD))*: @@ -3441,3 +3476,9 @@ Changelog [v23.12.1]: https://github.com/tobymao/sqlglot/compare/v23.12.0...v23.12.1 [v23.12.2]: https://github.com/tobymao/sqlglot/compare/v23.12.1...v23.12.2 [v23.13.0]: https://github.com/tobymao/sqlglot/compare/v23.12.2...v23.13.0 +[v23.13.1]: https://github.com/tobymao/sqlglot/compare/v23.13.0...v23.13.1 +[v23.13.2]: https://github.com/tobymao/sqlglot/compare/v23.13.1...v23.13.2 +[v23.13.3]: https://github.com/tobymao/sqlglot/compare/v23.13.2...v23.13.3 +[v23.13.4]: https://github.com/tobymao/sqlglot/compare/v23.13.3...v23.13.4 +[v23.13.5]: https://github.com/tobymao/sqlglot/compare/v23.13.4...v23.13.5 +[v23.13.6]: https://github.com/tobymao/sqlglot/compare/v23.13.5...v23.13.6 |