flock-lab / flock

Flock: A Low-Cost Streaming Query Engine on FaaS Platforms
https://flock-lab.github.io/flock/
GNU Affero General Public License v3.0
285 stars 39 forks source link

build(deps): update sqlparser requirement from 0.13.0 to 0.14.0 #460

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Updates the requirements on sqlparser to permit the latest version.

Changelog

Sourced from sqlparser's changelog.

[0.14.0] 2022-02-09

Added

Changed

  • Restrict where wildcard (*) can appear, add to FunctionArgExpr remove Expr::[Qualified]Wildcard, (#378) - Thanks @​panarch
  • Update simple_logger requirement from 1.9 to 2.1 (#403)
  • export all methods of parser (#397) - Thanks @​neverchanje!
  • Clarify maintenance status on README (#416) - @​alamb

@​panarch

Fixed

[0.13.0] 2021-12-10

Added

  • Add ALTER TABLE CHANGE COLUMN, extend the UPDATE statement with ON clause (#375) - Thanks @​0xA537FD!
  • Add support for GROUPIING SETS, ROLLUP and CUBE - Thanks @​Jimexist!
  • Add basic support for GRANT and REVOKE (#365) - Thanks @​blx!

Changed

Fixed

[0.12.0] 2021-10-14

Added

Changed

... (truncated)

Commits
  • 0d6386e (cargo-release) version 0.14.0
  • 254e5d1 Update changelog for 0.14 release (#417)
  • d7f4f1a Support MySQL style LIMIT X, Y (#415)
  • 2072ef2 Clarify maintenance status on README (#416)
  • ff558ee Add Expr::tuple + parsing (#414)
  • 8a3544a Fix panic with GRANT/REVOKE in CONNECT, CREATE, EXECUTE or `TEMPORARY...
  • c4cbc83 Support DROP CONSTRAINT [ IF EXISTS ] \<name> [ CASCADE ] (#396)
  • e495969 Support CHARSET and ENGINE clauses on CREATE TABLE for mysql (#392)
  • 34fedf3 fix: Handle double quotes inside quoted identifiers correctly (#411)
  • 2614576 Add support for FROM \<filename>, DELIMITER, and CSV HEADER options for ...
  • 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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
CLAassistant commented 2 years ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.