sqloxide
sqloxide copied to clipboard
Update sqlparser requirement from 0.21.0 to 0.22.0
Updates the requirements on sqlparser to permit the latest version.
Changelog
Sourced from sqlparser's changelog.
[0.22.0] 2022-08-26
Added
- Support
OVERLAYexpressions - Thanks (#594)@ayushg- Support
WITH TIMEZONEandWITHOUT TIMEZONEwhen parsingTIMESTAMPexpressions - Thanks (#589)@waitingkuo- Add ability for dialects to override prefix, infix, and statement parsing - Thanks (#581)
@andygrove[0.21.0] 2022-08-18
Added
- Support
IS [NOT] TRUE,IS [NOT] FALSE, andIS [NOT] UNKNOWN- Thanks (#583)@sarahyurick- Support
SIMILAR TOsyntax (#569) - Thanks@ayushdg- Support
SHOW COLLATION(#564) - Thanks@MazterQyou- Support
SHOW TABLES(#563) - Thanks@MazterQyou- Support
SET NAMES literal [COLLATE literal](#558) - Thanks@ovr- Support trailing commas (#557) in
BigQuerydialect - Thanks@komukomo- Support
USE <DB>(#565) - Thanks@MazterQyou- Support
SHOW COLUMNS FROM tbl FROM db(#562) - Thanks@MazterQyou- Support
SHOW VARIABLESforMySQLdialect (#559) - Thanks@ovrand@vasilev-alexChanged
- Support arbitrary expression in
SETstatement (#574) - Thanks@ovrand@vasilev-alex- Parse LIKE patterns as Expr not Value (#579) - Thanks
@andygrove- Update Ballista link in README (#576) - Thanks
@sanxiyn- Parse
TRIMfrom with optional expr andFROMexpr (#573) - Thanks@ayushdg- Support PostgreSQL array subquery constructor (#566) - Thanks
@MazterQyou- Clarify contribution licensing (#570) - Thanks
@alamb- Update for new clippy ints (#571) - Thanks
@alamb- Change
LikeandILiketoExprvariants, allow escape char (#569) - Thanks@ayushdg- Parse special keywords as functions (
current_user,user, etc) (#561) - Thanks@ovr- Support expressions in
LIMIT/OFFSET(#567) - Thanks@MazterQyou[0.20.0] 2022-08-05
Added
- Support custom
OPERATORpostgres syntax (#548) - Thanks@iskakaushik- Support
SAFE_CASTfor BigQuery (#552) - Thanks@togami2864Changed
- Added SECURITY.md (#546) - Thanks
@JamieSlome- Allow
>>and<<binary operators in Generic dialect (#553) - Thanks@ovr- Allow
NestedJoinwith an alias (#551) - Thanks@waitingkuo[0.19.0] 2022-07-28
Added
- Support
ON CLUSTERforCREATE TABLEstatement (ClickHouse DDL) (#527) - Thanks@andyrichardson- Support empty
ARRAYliterals (#532) - Thanks@bitemyapp- Support
AT TIME ZONEclause (#539) - Thanks@bitemyapp
... (truncated)
Commits
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 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)