sqloxide
sqloxide copied to clipboard
Update sqlparser requirement from 0.22.0 to 0.26.0
Updates the requirements on sqlparser to permit the latest version.
Changelog
Sourced from sqlparser's changelog.
[0.26.0] 2022-10-19
Added
- Support MySQL table option
{INDEX | KEY}in CREATE TABLE definiton (#665) - Thanks@AugustoFKL- Support
CREATE [ { TEMPORARY | TEMP } ] SEQUENCE [ IF NOT EXISTS ] <sequence_name>(#678) - Thanks@sam-mmm- Support
DROP SEQUENCEstatement (#673) - Thanks@sam-mmm- Support for ANSI types
CHARACTER LARGE OBJECT[(p)]andCHAR LARGE OBJECT[(p)](#671) - Thanks@AugustoFKL- Support
[CACHE|UNCACHE] TABLE(#670) - Thanks@francis-du- Support
CEIL(expr TO DateTimeField)andFLOOR(expr TO DateTimeField)- Thanks@sarahyurick- Support all ansii character string types, (#648) - Thanks
@AugustoFKLChanged
- Support expressions inside window frames (#655) - Thanks
@mustafasrepoand@ozankabak- Support unit on char length units for small character strings (#663) - Thanks
@AugustoFKL- Replace booleans on
SET ROLEwith a single enum. (#664) - Thanks@AugustoFKL- Replace
Options with enum forDECIMALprecision (#654) - Thanks@AugustoFKL[0.25.0] 2022-10-03
Added
- Support
AUTHORIZATIONclause inCREATE SCHEMAstatements (#641) - Thanks@AugustoFKL- Support optional precision for
CLOBandBLOB(#639) - Thanks@AugustoFKL- Support optional precision in
VARBINARYandBINARY(#637) - Thanks@AugustoFKLChanged
TIMESTAMPandTIMEparsing preserve zone information (#646) - Thanks@AugustoFKLFixed
- Correct order of arguments when parsing
LIMIT x,y, restrict toMySqlandGenericdialects - Thanks@AugustoFKL[0.24.0] 2022-09-29
Added
- Support
MILLENNIUM(2 Ns) (#633) - Thanks@sarahyurick- Support
MEDIUMINT(#630) - Thanks@AugustoFKL- Support
DOUBLE PRECISION(#629) - Thanks@AugustoFKL- Support precision in
CLOB,BINARY,VARBINARY,BLOBdata type (#618) - Thanks@ding-young- Support
CREATE ROLEandDROP ROLE(#598) - Thanks@blx- Support full range of sqlite prepared statement placeholders (#604) - Thanks
@lovasoa- Support National string literal with lower case
n(#612) - Thanks@mskrzypkows- Support SHOW FUNCTIONS (#620) - Thanks
@joocer- Support
set time zone to 'some-timezone'(#617) - Thanks@waitingkuoChanged
- Move
Value::IntervaltoExpr::Interval(#609) - Thanks@ding-young
... (truncated)
Commits
2c266a4(cargo-release) version 0.26.0b525c9fAdd changelog for 0.26.0 (#679)2aba3f8Adding MySQL table option {INDEX | KEY} to the CREATE TABLE definiton (partia...e3c936amod, parser and test cases for CREATE [ { TEMPORARY | TEMP } ] SEQUENCE [ IF...b32cbbdSupport drop sequence statement (#673)b42632fSupport for ANSICHARACTER LARGE OBJECT[(p)]andCHAR LARGE OBJECT[(p)]. ...a598741Support cache/uncache table syntax (#670)427bec4Support for INTERVAL inside window frames (#655)cacdf33Add support for unit on char length units for small character string types. (...7776726Replacing the two booleans from 'SET ROLE' to a single enum. (#664)- 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 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)