dependabot[bot] opened a new pull request #1804:
URL: https://github.com/apache/arrow-datafusion/pull/1804


   Updates the requirements on 
[sqlparser](https://github.com/sqlparser-rs/sqlparser-rs) to permit the latest 
version.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/sqlparser-rs/sqlparser-rs/blob/main/CHANGELOG.md";>sqlparser's
 changelog</a>.</em></p>
   <blockquote>
   <h2>[0.14.0] 2022-02-09</h2>
   <h3>Added</h3>
   <ul>
   <li>Support <code>CURRENT_TIMESTAMP</code>, <code>CURRENT_TIME</code>, and 
<code>CURRENT_DATE</code> (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/391";>#391</a>)
 - Thanks <a 
href="https://github.com/yuval-illumex";><code>@​yuval-illumex</code></a></li>
   <li>SUPPORT <code>SUPER</code> keyword (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/387";>#387</a>)
 - Thanks <a 
href="https://github.com/flaneur2020";><code>@​flaneur2020</code></a></li>
   <li>Support differing orders of <code>OFFSET</code> <code>LIMIT</code> as 
well as <code>LIMIT</code> <code>OFFSET</code> (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/413";>#413</a>)
 - Thanks <a 
href="https://github.com/yuval-illumex";><code>@​yuval-illumex</code></a></li>
   <li>Support for <code>FROM &lt;filename&gt;</code>, <code>DELIMITER</code>, 
and <code>CSV HEADER</code> options for <code>COPY</code> command (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/409";>#409</a>)
 - Thanks <a href="https://github.com/poonai";><code>@​poonai</code></a></li>
   <li>Support <code>CHARSET</code> and <code>ENGINE</code> clauses on 
<code>CREATE TABLE</code> for mysql (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/392";>#392</a>)
 - Thanks <a 
href="https://github.com/antialize";><code>@​antialize</code></a></li>
   <li>Support <code>DROP CONSTRAINT [ IF EXISTS ] &lt;name&gt; [ CASCADE 
]</code> (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/396";>#396</a>)
 - Thanks <a 
href="https://github.com/tvallotton";><code>@​tvallotton</code></a></li>
   <li>Support parsing tuples and add <code>Expr::Tuple</code> (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/414";>#414</a>)
 - <a href="https://github.com/alamb";><code>@​alamb</code></a></li>
   <li>Support MySQL style <code>LIMIT X, Y</code> (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/415";>#415</a>)
 - <a href="https://github.com/alamb";><code>@​alamb</code></a></li>
   <li>Support <code>SESSION TRANSACTION</code> and <code>TRANSACTION 
SNAPSHOT</code>. (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/379";>#379</a>)
 - Thanks <a href="https://github.com/poonai";><code>@​poonai</code></a></li>
   <li>Support <code>ALTER COLUMN</code> and <code>RENAME CONSTRAINT</code>  
(<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/381";>#381</a>)
 - Thanks <a href="https://github.com/zhamlin";><code>@​zhamlin</code></a></li>
   <li>Support for Map access, add ClickHouse dialect (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/382";>#382</a>)
  - Thanks <a 
href="https://github.com/monadbobo";><code>@​monadbobo</code></a></li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Restrict where wildcard (<code>*</code>) can appear, add to 
<code>FunctionArgExpr</code> remove <code>Expr::[Qualified]Wildcard</code>, (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/378";>#378</a>)
 - Thanks <a href="https://github.com/panarch";><code>@​panarch</code></a></li>
   <li>Update simple_logger requirement from 1.9 to 2.1 (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/403";>#403</a>)</li>
   <li>export all methods of parser (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/397";>#397</a>)
 - Thanks <a 
href="https://github.com/neverchanje";><code>@​neverchanje</code></a>!</li>
   <li>Clarify maintenance status on README (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/416";>#416</a>)
 - <a href="https://github.com/alamb";><code>@​alamb</code></a></li>
   </ul>
   <p><a href="https://github.com/panarch";><code>@​panarch</code></a></p>
   <h3>Fixed</h3>
   <ul>
   <li>Fix new clippy errors (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/412";>#412</a>)
 - <a href="https://github.com/alamb";><code>@​alamb</code></a></li>
   <li>Fix panic with <code>GRANT/REVOKE</code> in <code>CONNECT</code>, 
<code>CREATE</code>, <code>EXECUTE</code> or <code>TEMPORARY</code>  - Thanks 
<a href="https://github.com/evgenyx00";><code>@​evgenyx00</code></a></li>
   <li>Handle double quotes inside quoted identifiers correctly (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/411";>#411</a>)
 - Thanks <a href="https://github.com/Marwes";><code>@​Marwes</code></a></li>
   <li>Handle mysql backslash escaping (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/373";>#373</a>)
 - Thanks <a 
href="https://github.com/vasilev-alex";><code>@​vasilev-alex</code></a></li>
   </ul>
   <h2>[0.13.0] 2021-12-10</h2>
   <h3>Added</h3>
   <ul>
   <li>Add ALTER TABLE CHANGE COLUMN, extend the UPDATE statement with ON 
clause (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/375";>#375</a>)
 - Thanks <a 
href="https://github.com/0xA537FD";><code>@​0xA537FD</code></a>!</li>
   <li>Add support for GROUPIING SETS, ROLLUP and CUBE - Thanks <a 
href="https://github.com/Jimexist";><code>@​Jimexist</code></a>!</li>
   <li>Add basic support for GRANT and REVOKE (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/365";>#365</a>)
 - Thanks <a href="https://github.com/blx";><code>@​blx</code></a>!</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Use Rust 2021 edition (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/368";>#368</a>)
 - Thanks <a 
href="https://github.com/Jimexist";><code>@​Jimexist</code></a>!</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Fix clippy errors (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/367";>#367</a>,
 <a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/374";>#374</a>)
 - Thanks <a 
href="https://github.com/Jimexist";><code>@​Jimexist</code></a>!</li>
   </ul>
   <h2>[0.12.0] 2021-10-14</h2>
   <h3>Added</h3>
   <ul>
   <li>Add support for [NOT] IS DISTINCT FROM (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/306";>#306</a>)
 - <a href="https://github.com/Dandandan";><code>@​Dandandan</code></a></li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Move the keywords module - Thanks <a 
href="https://github.com/koushiro";><code>@​koushiro</code></a>!</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/sqlparser-rs/sqlparser-rs/commit/0d6386e4a3254fc3a358c1b9c4442ee75192d0fd";><code>0d6386e</code></a>
 (cargo-release) version 0.14.0</li>
   <li><a 
href="https://github.com/sqlparser-rs/sqlparser-rs/commit/254e5d1b1ed12f0e7906eac36f0663ea9d652ca4";><code>254e5d1</code></a>
 Update changelog for 0.14 release (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/417";>#417</a>)</li>
   <li><a 
href="https://github.com/sqlparser-rs/sqlparser-rs/commit/d7f4f1aac9d390eb9c9e194dc3ea45584b361f5e";><code>d7f4f1a</code></a>
 Support MySQL style <code>LIMIT X, Y</code> (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/415";>#415</a>)</li>
   <li><a 
href="https://github.com/sqlparser-rs/sqlparser-rs/commit/2072ef20313112c790fc662e0b4844668f9b5a4b";><code>2072ef2</code></a>
 Clarify maintenance status on README (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/416";>#416</a>)</li>
   <li><a 
href="https://github.com/sqlparser-rs/sqlparser-rs/commit/ff558eeb6110b9b1cee3bebfff91170054f8038f";><code>ff558ee</code></a>
 Add Expr::tuple + parsing (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/414";>#414</a>)</li>
   <li><a 
href="https://github.com/sqlparser-rs/sqlparser-rs/commit/8a3544abaec1df5ff24686705af79a8ca9ac4dbc";><code>8a3544a</code></a>
 Fix panic with <code>GRANT/REVOKE</code> in <code>CONNECT</code>, 
<code>CREATE</code>, <code>EXECUTE</code> or `TEMPORARY...</li>
   <li><a 
href="https://github.com/sqlparser-rs/sqlparser-rs/commit/c4cbc8340a14667fd9d34d0725a6b810a15e120a";><code>c4cbc83</code></a>
 Support <code>DROP CONSTRAINT [ IF EXISTS ] \&lt;name&gt; [ CASCADE ]</code> 
(<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/396";>#396</a>)</li>
   <li><a 
href="https://github.com/sqlparser-rs/sqlparser-rs/commit/e4959696b5f649627daad2a98c2a7a9459ae9c5a";><code>e495969</code></a>
 Support <code>CHARSET</code> and <code>ENGINE</code> clauses on <code>CREATE 
TABLE</code> for mysql (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/392";>#392</a>)</li>
   <li><a 
href="https://github.com/sqlparser-rs/sqlparser-rs/commit/34fedf311d5a8cf4de1ec2db6739995f3141a2a0";><code>34fedf3</code></a>
 fix: Handle double quotes inside quoted identifiers correctly (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/411";>#411</a>)</li>
   <li><a 
href="https://github.com/sqlparser-rs/sqlparser-rs/commit/2614576dbf140824cb659bcc7026b21bd1b82f0a";><code>2614576</code></a>
 Add support for <code>FROM \&lt;filename&gt;</code>, <code>DELIMITER</code>, 
and <code>CSV HEADER</code> options for ...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/sqlparser-rs/sqlparser-rs/compare/v0.13.0...v0.14.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to