This release consists of 47 commits from 16 contributors. See credits at the end of this changelog for more information.
Other:
- hive: support for special not expression
!a
and raise error fora!
factorial operator #1472 (wugeer) - Add support for MSSQL's
OPENJSON WITH
clause #1498 (gaoqiangz) - Parse true and false as identifiers in mssql #1510 (lovasoa)
- Fix the parsing error in MSSQL for multiple statements that include
DECLARE
statements #1497 (wugeer) - Add support for Snowflake SHOW DATABASES/SCHEMAS/TABLES/VIEWS/COLUMNS statements #1501 (yoavcloud)
- Add support of COMMENT ON syntax for Snowflake #1516 (git-hulk)
- Add support for MYSQL's
CREATE TABLE SELECT
expr #1515 (wugeer) - Add support for MSSQL's
XQuery
methods #1500 (gaoqiangz) - Add support for Hive's
LOAD DATA
expr #1520 (wugeer) - Fix ClickHouse document link from
Russian
toEnglish
#1527 (git-hulk) - Support ANTI and SEMI joins without LEFT/RIGHT #1528 (delamarch3)
- support sqlite's OR clauses in update statements #1530 (lovasoa)
- support column type definitions in table aliases #1526 (lovasoa)
- Add support for MSSQL's
JSON_ARRAY
/JSON_OBJECT
expr #1507 (gaoqiangz) - Add support for PostgreSQL
UNLISTEN
syntax and Add support for PostgresLOAD extension
expr #1531 (wugeer) - Parse byte/bit string literals in MySQL and Postgres #1532 (mvzink)
- Allow example CLI to read from stdin #1536 (mvzink)
- recursive select calls are parsed with bad trailing_commas parameter #1521 (tomershaniii)
- PartiQL queries in Redshift #1534 (yoavcloud)
- Include license file in sqlparser_derive crate #1543 (ankane)
- Fallback to identifier parsing if expression parsing fails #1513 (yoavcloud)
- support
json_object('k':'v')
in postgres #1546 (lovasoa) - Document micro benchmarks #1555 (alamb)
- Implement
Spanned
to retrieve source locations on AST nodes #1435 (Nyrox) - Fix error in benchmark queries #1560 (alamb)
- Fix clippy warnings on rust 1.83 #1570 (iffyio)
- Support relation visitor to visit the
Option
field #1556 (goldmedal) - Rename
TokenWithLocation
toTokenWithSpan
, in backwards compatible way #1562 (alamb) - Support MySQL size variants for BLOB and TEXT columns #1564 (mvzink)
- Increase version of sqlparser_derive from 0.2.2 to 0.3.0 #1571 (alamb)
json_object('k' VALUE 'v')
in postgres #1547 (lovasoa)- Support snowflake double dot notation for object name #1540 (ayman-sigma)
- Update comments / docs for
Spanned
#1549 (alamb) - Support Databricks struct literal #1542 (ayman-sigma)
- Encapsulate CreateFunction #1573 (philipcristiano)
- Support BIT column types #1577 (mvzink)
- Support parsing optional nulls handling for unique constraint #1567 (mvzink)
- Fix displaying WORK or TRANSACTION after BEGIN #1565 (mvzink)
- Add support of the ENUM8|ENUM16 for ClickHouse dialect #1574 (git-hulk)
- Parse Snowflake USE ROLE and USE SECONDARY ROLES #1578 (yoavcloud)
- Snowflake ALTER TABLE clustering options #1579 (yoavcloud)
- Support INSERT OVERWRITE INTO syntax #1584 (yuval-illumex)
- Parse
INSERT
with subquery when lacking column names #1586 (iffyio) - Add support for ODBC functions #1585 (iffyio)
Thank you to everyone who contributed to this release. Here is a breakdown of commits (PRs merged) per contributor.
8 Andrew Lamb
6 Michael Victor Zink
5 Ophir LOJKINE
5 Yoav Cohen
5 wugeer
3 Ifeanyi Ubah
3 gaoqiangz
3 hulk
2 Ayman Elkfrawy
1 Andrew Kane
1 Jax Liu
1 Mark-Oliver Junge
1 Philip Cristiano
1 Yuval Shkolar
1 delamarch3
1 tomershaniii
Thank you also to everyone who contributed in other ways such as filing issues, reviewing PRs, and providing feedback on this release.