postgresml / pgcat

PostgreSQL pooler with sharding, load balancing and failover support.
MIT License
3.12k stars 190 forks source link

chore(deps): bump sqlparser from 0.41.0 to 0.51.0 #814

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 2 months ago

Bumps sqlparser from 0.41.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

You can trigger a rebase of this PR 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 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

dependabot[bot] commented 1 week ago

Superseded by #863.