Skip to content

Commit 1af1a6e

Browse files
authored
Version 0.44.0 CHANGELOG (#1161)
1 parent ef46680 commit 1af1a6e

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

CHANGELOG.md

+36
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,42 @@ changes that break via addition as "Added".
1010
## [Unreleased]
1111
Check https://github.com/sqlparser-rs/sqlparser-rs/commits/main for undocumented changes.
1212

13+
## [0.44.0] 2024-03-02
14+
15+
### Added
16+
* Support EXPLAIN / DESCR / DESCRIBE [FORMATTED | EXTENDED] (#1156) - Thanks @jonathanlehtoalamb
17+
* Support ALTER TABLE ... SET LOCATION (#1154) - Thanks @jonathanlehto
18+
* Support `ROW FORMAT DELIMITED` in Hive (#1155) - Thanks @jonathanlehto
19+
* Support `SERDEPROPERTIES` for `CREATE TABLE` with Hive (#1152) - Thanks @jonathanlehto
20+
* Support `EXECUTE ... USING` for Postgres (#1153) - Thanks @jonathanlehto
21+
* Support Postgres style `CREATE FUNCTION` in GenericDialect (#1159) - Thanks @alamb
22+
* Support `SET TBLPROPERTIES` (#1151) - Thanks @jonathanlehto
23+
* Support `UNLOAD` statement (#1150) - Thanks @jonathanlehto
24+
* Support `MATERIALIZED CTEs` (#1148) - Thanks @ReppCodes
25+
* Support `DECLARE` syntax for snowflake and bigquery (#1122) - Thanks @iffyio
26+
* Support `SELECT AS VALUE` and `SELECT AS STRUCT` for BigQuery (#1135) - Thanks @lustefaniak
27+
* Support `(+)` outer join syntax (#1145) - Thanks @jmhain
28+
* Support `INSERT INTO ... SELECT ... RETURNING`(#1132) - Thanks @lovasoa
29+
* Support DuckDB `INSTALL` and `LOAD` (#1127) - Thanks @universalmind303
30+
* Support `=` operator in function args (#1128) - Thanks @universalmind303
31+
* Support `CREATE VIEW IF NOT EXISTS` (#1118) - Thanks @7phs
32+
* Support `UPDATE FROM` for SQLite (further to #694) (#1117) - Thanks @ggaughan
33+
* Support optional `DELETE FROM` statement (#1120) - Thanks @iffyio
34+
* Support MySQL `SHOW STATUS` statement (#1119) - Thanks invm
35+
36+
### Fixed
37+
* Clean up nightly clippy lints (#1158) - Thanks @alamb
38+
* Handle escape, unicode, and hex in tokenize_escaped_single_quoted_string (#1146) - Thanks @JasonLi-cn
39+
* Fix panic while parsing `REPLACE` (#1140) - THanks @jjbayer
40+
* Fix clippy warning from rust 1.76 (#1130) - Thanks @alamb
41+
* Fix release instructions (#1115) - Thanks @alamb
42+
43+
### Changed
44+
* Add `parse_keyword_with_tokens` for paring keyword and tokens combination (#1141) - Thanks @viirya
45+
* Add ParadeDB to list of known users (#1142) - Thanks @philippemnoel
46+
* Accept JSON_TABLE both as an unquoted table name and a table-valued function (#1134) - Thanks @lovasoa
47+
48+
1349
## [0.43.1] 2024-01-22
1450
### Changes
1551
* Fixed CHANGELOG

0 commit comments

Comments
 (0)