Update 56.0.0 Changelog with latest commits (#1832)

This commit is contained in:
Andrew Lamb 2025-04-29 15:55:22 -04:00 committed by GitHub
parent c0921dceb9
commit a5b9821d1d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,7 @@ under the License.
# sqlparser-rs 0.56.0 Changelog # sqlparser-rs 0.56.0 Changelog
This release consists of 45 commits from 19 contributors. See credits at the end of this changelog for more information. This release consists of 48 commits from 19 contributors. See credits at the end of this changelog for more information.
**Other:** **Other:**
@ -69,6 +69,8 @@ This release consists of 45 commits from 19 contributors. See credits at the end
- Add `CREATE FUNCTION` support for SQL Server [#1808](https://github.com/apache/datafusion-sqlparser-rs/pull/1808) (aharpervc) - Add `CREATE FUNCTION` support for SQL Server [#1808](https://github.com/apache/datafusion-sqlparser-rs/pull/1808) (aharpervc)
- Add `OR ALTER` support for `CREATE VIEW` [#1818](https://github.com/apache/datafusion-sqlparser-rs/pull/1818) (aharpervc) - Add `OR ALTER` support for `CREATE VIEW` [#1818](https://github.com/apache/datafusion-sqlparser-rs/pull/1818) (aharpervc)
- Add `DECLARE ... CURSOR FOR` support for SQL Server [#1821](https://github.com/apache/datafusion-sqlparser-rs/pull/1821) (aharpervc) - Add `DECLARE ... CURSOR FOR` support for SQL Server [#1821](https://github.com/apache/datafusion-sqlparser-rs/pull/1821) (aharpervc)
- Handle missing login in changelog generate script [#1823](https://github.com/apache/datafusion-sqlparser-rs/pull/1823) (iffyio)
- Snowflake: Add support for `CONNECT_BY_ROOT` [#1780](https://github.com/apache/datafusion-sqlparser-rs/pull/1780) (tomershaniii)
## Credits ## Credits
@ -76,14 +78,15 @@ Thank you to everyone who contributed to this release. Here is a breakdown of co
``` ```
8 Roman Borschel 8 Roman Borschel
5 Ifeanyi Ubah 6 Ifeanyi Ubah
5 Andrew Harper
5 Michael Victor Zink 5 Michael Victor Zink
4 Andrew Harper
4 Mohamed Abdeen 4 Mohamed Abdeen
3 Ophir LOJKINE 3 Ophir LOJKINE
2 Luca Cappelletti 2 Luca Cappelletti
2 Yoav Cohen 2 Yoav Cohen
2 bar sela 2 bar sela
2 tomershaniii
1 Adam Johnson 1 Adam Johnson
1 Aleksei Piianin 1 Aleksei Piianin
1 Alexander Beedie 1 Alexander Beedie
@ -93,7 +96,6 @@ Thank you to everyone who contributed to this release. Here is a breakdown of co
1 Jax Liu 1 Jax Liu
1 John Vandenberg 1 John Vandenberg
1 LFC 1 LFC
1 tomershaniii
``` ```
Thank you also to everyone who contributed in other ways such as filing issues, reviewing PRs, and providing feedback on this release. Thank you also to everyone who contributed in other ways such as filing issues, reviewing PRs, and providing feedback on this release.