Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(rust): bump sqlparser from 0.37.0 to 0.51.0 #686

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 16, 2024

Bumps sqlparser from 0.37.0 to 0.51.0.

Changelog

Sourced from sqlparser's changelog.

[0.51.0] 2024-09-11

As always, huge props to @​iffyio @​jmhain and @​lovasoa for their help reviewing and merging PRs 🙏. Without them this project would not be possible.

Reminder: we are in the final phases of moving sqlparser-rs into the Apache DataFusion project: sqlparser-rs/sqlparser-rs#1294

Fixed

  • Fix Hive table comment should be after table column definitions (#1413) - Thanks @​git-hulk
  • Fix stack overflow in parse_subexpr (#1410) - Thanks @​eejbyfeldt
  • Fix INTERVAL parsing to support expressions and units via dialect (#1398) - Thanks @​samuelcolvin
  • Fix identifiers starting with $ should be regarded as a placeholder in SQLite (#1402) - Thanks @​git-hulk

Added

Changed

[0.50.0] 2024-08-15

Again, huge props to @​iffyio @​jmhain and @​lovasoa for their help reviewing and merging PRs 🙏. Without them this project would not be possible.

Reminder: are in the process of moving sqlparser to governed as part of the Apache DataFusion project: sqlparser-rs/sqlparser-rs#1294

Fixed

Added

... (truncated)

Commits
  • b9f6784 chore: Release sqlparser version 0.51.0
  • 70dbb11 CHANGELOG for 0.51.0 (#1422)
  • b9e7754 feat: Add support for MSSQL table options (#1414)
  • cb0c511 Add a test showing how negative constants are parsed (#1421)
  • 8dbcbb3 minor: Add databricks dialect to dialect_from_str (#1416)
  • 8305c5d minor: Implement common traits for OneOrManyWithParens (#1368)
  • 6ba6068 Fix Hive table comment should be after table column definitions (#1413)
  • a7b49b5 Add support of DROP|CLEAR|MATERIALIZE PROJECTION syntax for ClickHouse (#1417)
  • 4875dad fix: Fix stack overflow in parse_subexpr (#1410)
  • aa714e3 Fix INTERVAL parsing to support expressions and units via dialect (#1398)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Bumps [sqlparser](https://github.com/sqlparser-rs/sqlparser-rs) from 0.37.0 to 0.51.0.
- [Changelog](https://github.com/sqlparser-rs/sqlparser-rs/blob/main/CHANGELOG.md)
- [Commits](sqlparser-rs/sqlparser-rs@v0.37.0...v0.51.0)

---
updated-dependencies:
- dependency-name: sqlparser
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants