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


   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.15.0] 2022-03-07</h2>
   <h3>Added</h3>
   <ul>
   <li>Support for ClickHouse array types (e.g. [1,2,3]) (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/429";>#429</a>)
 - Thanks <a 
href="https://github.com/monadbobo";><code>@​monadbobo</code></a></li>
   <li>Support for <code>unsigned tinyint</code>, <code>unsigned int</code>, 
<code>unsigned smallint</code> and <code>unsigned bigint</code> datatypes (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/428";>#428</a>)
 - Thanks <a 
href="https://github.com/watarukura";><code>@​watarukura</code></a></li>
   <li>Support additional keywords for <code>EXTRACT</code>  (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/427";>#427</a>)
 - Thanks <a 
href="https://github.com/mobuchowski";><code>@​mobuchowski</code></a></li>
   <li>Support IN UNNEST(expression) (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/426";>#426</a>)
 - Thanks <a href="https://github.com/komukomo";><code>@​komukomo</code></a></li>
   <li>Support COLLATION keywork on CREATE TABLE (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/424";>#424</a>)
 - Thanks <a 
href="https://github.com/watarukura";><code>@​watarukura</code></a></li>
   <li>Support FOR UPDATE/FOR SHARE clause (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/418";>#418</a>)
 - Thanks <a href="https://github.com/gamife";><code>@​gamife</code></a></li>
   <li>Support prepared statement placeholder arg <code>?</code> and 
<code>$</code> (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/420";>#420</a>)
 - Thanks <a href="https://github.com/gamife";><code>@​gamife</code></a></li>
   <li>Support array expressions such as <code>ARRAY[1,2]</code> , 
<code>foo[1]</code> and <code>INT[][]</code> (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/419";>#419</a>)
 - Thanks <a href="https://github.com/gamife";><code>@​gamife</code></a></li>
   </ul>
   <h3>Changed:</h3>
   <ul>
   <li>remove Travis CI (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/421";>#421</a>)
 - Thanks <a href="https://github.com/efx";><code>@​efx</code></a></li>
   </ul>
   <h3>Fixed:</h3>
   <ul>
   <li>Allow <code>array</code> to be used as a function name again (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/432";>#432</a>)
 - <a href="https://github.com/alamb";><code>@​alamb</code></a></li>
   <li>Update docstring reference to <code>Query</code> (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/423";>#423</a>)
 - Thanks <a 
href="https://github.com/max-sixty";><code>@​max-sixty</code></a></li>
   </ul>
   <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>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/sqlparser-rs/sqlparser-rs/commit/481551c0753312550fc5f4d94319e9a92497caad";><code>481551c</code></a>
 (cargo-release) version 0.15.0</li>
   <li><a 
href="https://github.com/sqlparser-rs/sqlparser-rs/commit/ad1979146d97aa1a25222abe166788a8e2e0df2b";><code>ad19791</code></a>
 Update changelog for 0.15.0 (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/431";>#431</a>)</li>
   <li><a 
href="https://github.com/sqlparser-rs/sqlparser-rs/commit/a28bbcd74ccdcb371fcdfc9bbee5c727caad3ff2";><code>a28bbcd</code></a>
 Allow <code>array</code> to be used as a function name again (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/432";>#432</a>)</li>
   <li><a 
href="https://github.com/sqlparser-rs/sqlparser-rs/commit/3f5619446f9f4670703588c635e806f8ba1f6cb6";><code>3f56194</code></a>
 Support for ClickHouse array types (e.g. [1,2,3]) (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/429";>#429</a>)</li>
   <li><a 
href="https://github.com/sqlparser-rs/sqlparser-rs/commit/994b86a45c632c092993371e53cfb23a823dfaa2";><code>994b86a</code></a>
 mysql unsigned datatype (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/428";>#428</a>)</li>
   <li><a 
href="https://github.com/sqlparser-rs/sqlparser-rs/commit/3af3ca07b6e760fdb8e842a334be9333653e8846";><code>3af3ca0</code></a>
 extract operator: add support for Postgres keywords (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/427";>#427</a>)</li>
   <li><a 
href="https://github.com/sqlparser-rs/sqlparser-rs/commit/0d1c5d1205afab821814760079074c36408c6cc8";><code>0d1c5d1</code></a>
 Support <code>IN UNNEST(expression)</code> (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/426";>#426</a>)</li>
   <li><a 
href="https://github.com/sqlparser-rs/sqlparser-rs/commit/2ebe18a94ea3ce7bbf7361fbae579cb01f96fc52";><code>2ebe18a</code></a>
 Support <code>COLLATION</code> keywork on <code>CREATE TABLE</code> (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/424";>#424</a>)</li>
   <li><a 
href="https://github.com/sqlparser-rs/sqlparser-rs/commit/b5f37118f181d5a5ff352b84aecf57b43f317d7a";><code>b5f3711</code></a>
 Update doc reference to Query (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/423";>#423</a>)</li>
   <li><a 
href="https://github.com/sqlparser-rs/sqlparser-rs/commit/c1703899a758941b927b7f0849a8486f215affe9";><code>c170389</code></a>
 ci: remove Travis CI (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/421";>#421</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/sqlparser-rs/sqlparser-rs/compare/v0.14.0...v0.15.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