Sourced from sqlparser's changelog.
[0.44.0] 2024-03-02
Added
- Support EXPLAIN / DESCR / DESCRIBE [FORMATTED | EXTENDED] (#1156) - Thanks
@jonathanlehtoalamb
- Support ALTER TABLE ... SET LOCATION (#1154) - Thanks
@jonathanlehto
- Support
ROW FORMAT DELIMITED
in Hive (#1155) - Thanks@jonathanlehto
- Support
SERDEPROPERTIES
forCREATE TABLE
with Hive (#1152) - Thanks@jonathanlehto
- Support
EXECUTE ... USING
for Postgres (#1153) - Thanks@jonathanlehto
- Support Postgres style
CREATE FUNCTION
in GenericDialect (#1159) - Thanks@alamb
- Support
SET TBLPROPERTIES
(#1151) - Thanks@jonathanlehto
- Support
UNLOAD
statement (#1150) - Thanks@jonathanlehto
- Support
MATERIALIZED CTEs
(#1148) - Thanks@ReppCodes
- Support
DECLARE
syntax for snowflake and bigquery (#1122) - Thanks@iffyio
- Support
SELECT AS VALUE
andSELECT AS STRUCT
for BigQuery (#1135) - Thanks@lustefaniak
- Support
(+)
outer join syntax (#1145) - Thanks@jmhain
- Support
INSERT INTO ... SELECT ... RETURNING
(#1132) - Thanks@lovasoa
- Support DuckDB
INSTALL
andLOAD
(#1127) - Thanks@universalmind303
- Support
=
operator in function args (#1128) - Thanks@universalmind303
- Support
CREATE VIEW IF NOT EXISTS
(#1118) - Thanks@7phs
- Support
UPDATE FROM
for SQLite (further to #694) (#1117) - Thanks@ggaughan
- Support optional
DELETE FROM
statement (#1120) - Thanks@iffyio
- Support MySQL
SHOW STATUS
statement (#1119) - Thanks invmFixed
- Clean up nightly clippy lints (#1158) - Thanks
@alamb
- Handle escape, unicode, and hex in tokenize_escaped_single_quoted_string (#1146) - Thanks
@JasonLi-cn
- Fix panic while parsing
REPLACE
(#1140) - THanks@jjbayer
- Fix clippy warning from rust 1.76 (#1130) - Thanks
@alamb
- Fix release instructions (#1115) - Thanks
@alamb
Changed
5da66ad
chore: Release sqlparser version 0.44.01af1a6e
Version 0.44.0 CHANGELOG (#1161)ef46680
Support EXPLAIN
/ DESCR
/
DESCRIBE
[FORMATTED | EXTENDED]
(#1156)991dbab
Support ALTER TABLE ... SET LOCATION
(#1154)6f090e5
adding delimited (#1155)fb7d4d4
Support serdeproperties
for CREATE TABLE with HIVE (#1152)68b52a4
Support EXECUTE ... USING
for Postgres (#1153)9db9d22
Support postgres style CREATE FUNCTION
in
GenericDialect
(#1159)a511c47
set_tblproperties (#1151)10cc54e
Clean up nightly clippy lints (#1158)