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

   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.37.0] 2023-08-22</h2>
   <h3>Added</h3>
   <ul>
   <li>Support <code>FOR SYSTEM_TIME AS OF</code> table time travel clause 
support, <code>visit_table_factor</code> to Visitor (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/951";>#951</a>)
 - Thanks <a href="https://github.com/gruuya";><code>@​gruuya</code></a></li>
   <li>Support MySQL <code>auto_increment</code> offset in table definition (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/950";>#950</a>)
 - Thanks <a href="https://github.com/ehoeve";><code>@​ehoeve</code></a></li>
   <li>Test for mssql table name in square brackets (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/952";>#952</a>)
 - Thanks <a href="https://github.com/lovasoa";><code>@​lovasoa</code></a></li>
   <li>Support additional Postgres <code>CREATE INDEX</code> syntax (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/943";>#943</a>)
 - Thanks <a 
href="https://github.com/ForbesLindesay";><code>@​ForbesLindesay</code></a></li>
   <li>Support <code>ALTER ROLE</code> syntax of PostgreSQL and MS SQL Server 
(<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/942";>#942</a>)
 - Thanks <a href="https://github.com/r4ntix";><code>@​r4ntix</code></a></li>
   <li>Support table-level comments (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/946";>#946</a>)
 - Thanks <a href="https://github.com/ehoeve";><code>@​ehoeve</code></a></li>
   <li>Support <code>DROP TEMPORARY TABLE</code>, MySQL syntax (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/916";>#916</a>)
 - Thanks <a 
href="https://github.com/liadgiladi";><code>@​liadgiladi</code></a></li>
   <li>Support posgres type alias (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/933";>#933</a>)
 - Thanks <a href="https://github.com/Kikkon";><code>@​Kikkon</code></a></li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Clarify the value of the special flag (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/948";>#948</a>)
 - Thanks <a href="https://github.com/alamb";><code>@​alamb</code></a></li>
   <li>Fix <code>SUBSTRING</code> from/to argument construction for mssql (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/947";>#947</a>)
 - Thanks <a href="https://github.com/jmaness";><code>@​jmaness</code></a></li>
   <li>Fix: use Rust idiomatic capitalization for newly added DataType enums 
(<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/939";>#939</a>)
 - Thanks <a href="https://github.com/Kikkon";><code>@​Kikkon</code></a></li>
   <li>Fix <code>BEGIN TRANSACTION</code> being serialized as <code>START 
TRANSACTION</code> (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/935";>#935</a>)
 - Thanks <a href="https://github.com/lovasoa";><code>@​lovasoa</code></a></li>
   <li>Fix parsing of datetime functions without parenthesis (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/930";>#930</a>)
 - Thanks <a href="https://github.com/lovasoa";><code>@​lovasoa</code></a></li>
   </ul>
   <h2>[0.36.1] 2023-07-19</h2>
   <h3>Fixed</h3>
   <ul>
   <li>Fix parsing of identifiers after '%' symbol (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/927";>#927</a>)
 - Thanks <a href="https://github.com/alamb";><code>@​alamb</code></a></li>
   </ul>
   <h2>[0.36.0] 2023-07-19</h2>
   <h3>Added</h3>
   <ul>
   <li>Support toggling &quot;unescape&quot; mode to retain original escaping 
(<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/870";>#870</a>)
  - Thanks <a href="https://github.com/canalun";><code>@​canalun</code></a></li>
   <li>Support UNION (ALL) BY NAME syntax (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/915";>#915</a>)
 - Thanks <a href="https://github.com/parkma99";><code>@​parkma99</code></a></li>
   <li>Add doc comment for all operators (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/917";>#917</a>)
 - Thanks <a href="https://github.com/izveigor";><code>@​izveigor</code></a></li>
   <li>Support <code>PGOverlap</code> operator (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/912";>#912</a>)
 - Thanks <a href="https://github.com/izveigor";><code>@​izveigor</code></a></li>
   <li>Support multi args for unnest (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/909";>#909</a>)
 - Thanks  <a 
href="https://github.com/jayzhan211";><code>@​jayzhan211</code></a></li>
   <li>Support <code>ALTER VIEW</code>, MySQL syntax (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/907";>#907</a>)
 - Thanks  <a 
href="https://github.com/liadgiladi";><code>@​liadgiladi</code></a></li>
   <li>Add DeltaLake keywords (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/906";>#906</a>)
 - Thanks <a href="https://github.com/roeap";><code>@​roeap</code></a></li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Parse JsonOperators correctly (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/913";>#913</a>)
 - Thanks <a href="https://github.com/izveigor";><code>@​izveigor</code></a></li>
   <li>Fix dependabot by removing rust-toolchain toml (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/922";>#922</a>)
 - Thanks <a href="https://github.com/alamb";><code>@​alamb</code></a></li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Clean up JSON operator tokenizing code (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/923";>#923</a>)
 - Thanks <a href="https://github.com/alamb";><code>@​alamb</code></a></li>
   <li>Upgrade bigdecimal to 0.4.1 (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/921";>#921</a>)
 - Thanks <a href="https://github.com/jinlee0";><code>@​jinlee0</code></a></li>
   <li>Remove most instances of #[cfg(feature(bigdecimal))] in tests (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/910";>#910</a>)
 - Thanks <a href="https://github.com/alamb";><code>@​alamb</code></a></li>
   </ul>
   <h2>[0.35.0] 2023-06-23</h2>
   <h3>Added</h3>
   <ul>
   <li>Support <code>CREATE PROCEDURE</code> of MSSQL (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/900";>#900</a>)
 - Thanks  <a href="https://github.com/delsehi";><code>@​delsehi</code></a></li>
   <li>Support DuckDB's <code>CREATE MACRO</code> statements (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/897";>#897</a>)
 - Thanks <a 
href="https://github.com/MartinNowak";><code>@​MartinNowak</code></a></li>
   <li>Support for <code>CREATE TYPE (AS)</code> statements (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/888";>#888</a>)
 - Thanks <a href="https://github.com/srijs";><code>@​srijs</code></a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/sqlparser-rs/sqlparser-rs/compare/v0.37.0...v0.37.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 show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@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