convergence
convergence copied to clipboard
Update sqlparser requirement from 0.46 to 0.49
Updates the requirements on sqlparser to permit the latest version.
Changelog
Sourced from sqlparser's changelog.
[0.49.0] 2024-07-23
As always, huge props to
@iffyio@jmhainand@lovasoafor their help reviewing and merging PRs!We are in the process of moving sqlparser to governed as part of the Apache DataFusion project: sqlparser-rs/sqlparser-rs#1294
Fixed
- Fix quoted identifier regression edge-case with "from" in SELECT (#1346) - Thanks
@alexander-beedie- Fix
ASquery clause should be after the create table options (#1339) - Thanks@git-hulkAdded
- Support
MATERIALIZED/ALIAS/EPHERMERALdefault column options for ClickHouse (#1348) - Thanks@git-hulk- Support
()as theGROUP BYnothing (#1347) - Thanks@git-hulk- Support Map literal syntax for DuckDB and Generic (#1344) - Thanks
@goldmedal- Support subquery expression in
SETexpressions (#1343) - Thanks@iffyio- Support
WITH FILLfor ClickHouse (#1330) - Thanks@nickpresta- Support
PARTITION BYfor PostgreSQL inCREATE TABLEstatement (#1338) - Thanks@git-hulk- Support of table function
WITH ORDINALITYmodifier for Postgres (#1337) - Thanks@git-hulk[0.48.0] 2024-07-09
Huge shout out to
@iffyio@jmhainand@lovasoafor their help reviewing and merging PRs!Fixed
- Fix CI error message in CI (#1333) - Thanks
@alamb- Fix typo in sqlparser-derive README (#1310) - Thanks
@leoyvens- Re-enable trailing commas in DCL (#1318) - Thanks
@MohamedAbdeen21- Fix a few typos in comment lines (#1316) - Thanks
@git-hulk- Fix Snowflake
SELECT * wildcard REPLACE ... RENAMEorder (#1321) - Thanks@alexander-beedie- Allow semi-colon at the end of UNCACHE statement (#1320) - Thanks
@LorrensP-2158466- Return errors, not panic, when integers fail to parse in
AUTO_INCREMENTandTOP(#1305) - Thanks@eejbyfeldtAdded
- Support
OWNER TOclause in Postgres (#1314) - Thanks@gainings- Support
FORMATclause for ClickHouse (#1335) - Thanks@git-hulk- Support
DROP PROCEDUREstatement (#1324) - Thanks@LorrensP-2158466- Support
PREWHEREcondition for ClickHouse dialect (#1328) - Thanks@git-hulk- Support
SETTINGSpairs for ClickHouse dialect (#1327) - Thanks@git-hulk- Support
GROUP BY WITH MODIFIERfor ClickHouse dialect (#1323) - Thanks@git-hulk- Support DuckDB Union datatype (#1322) - Thanks
@gstvg- Support parametric arguments to
FUNCTIONfor ClickHouse dialect (#1315) - Thanks@git-hulk- Support
TOinCREATE VIEWclause for Clickhouse (#1313) - Thanks@Bidaya0- Support
UPDATEstatements that contain tuple assignments (#1317) - Thanks@lovasoa- Support `BY NAME quantifier across all set ops (#1309) - Thanks
@alexander-beedie- Support SnowFlake exclusive
CREATE TABLEoptions (#1233) - Thanks@balliegojr- Support ClickHouse
CREATE TABLEwith primary key and parametrised table engine (#1289) - Thanks@7phs- Support custom operators in Postgres (#1302) - Thanks
@lovasoa- Support ClickHouse data types (#1285) - Thanks
@7phs
... (truncated)
Commits
6c64d43chore: Release sqlparser version 0.49.01e82a14Add CHANGELOG for 0.49.0 (#1350)390d4d3Add support of MATERIALIZED/ALIAS/EPHERMERAL default column options for Click...b27abf0Allow to use()as the GROUP BY nothing (#1347)48ea564Support Map literal syntax for DuckDB and Generic (#1344)71dc966Fix quoted identifier regression edge-case with "from" in SELECT (#1346)028ada8Support subquery expression in SET expressions (#1343)845a1aa[ClickHouse] Add support for WITH FILL to OrderByExpr (#1330)20f7ac5Fix AS query clause should be after the create table options (#1339)993216fEnable PARTITION BY feature for PostgreSQL while parsing the create table sta...- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)