chore(deps): bump github.com/AfterShip/clickhouse-sql-parser from 0.5.3 to 0.5.6 - #165
Merged
BorisTyshkevich merged 1 commit intoSep 9, 2026
Conversation
dependabot
Bot
force-pushed
the
dependabot/go_modules/github.com/AfterShip/clickhouse-sql-parser-0.5.6
branch
from
September 9, 2026 12:56
6c75b6c to
9ebe3e8
Compare
Collaborator
|
@dependabot rebase |
Bumps [github.com/AfterShip/clickhouse-sql-parser](https://github.com/AfterShip/clickhouse-sql-parser) from 0.5.3 to 0.5.6. - [Release notes](https://github.com/AfterShip/clickhouse-sql-parser/releases) - [Commits](AfterShip/clickhouse-sql-parser@v0.5.3...v0.5.6) --- updated-dependencies: - dependency-name: github.com/AfterShip/clickhouse-sql-parser dependency-version: 0.5.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/go_modules/github.com/AfterShip/clickhouse-sql-parser-0.5.6
branch
from
September 9, 2026 13:03
9ebe3e8 to
0dd5ceb
Compare
dependabot
Bot
deleted the
dependabot/go_modules/github.com/AfterShip/clickhouse-sql-parser-0.5.6
branch
September 9, 2026 13:10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps github.com/AfterShip/clickhouse-sql-parser from 0.5.3 to 0.5.6.
Release notes
Sourced from github.com/AfterShip/clickhouse-sql-parser's releases.
Commits
ec52b07Fix parsing of a parenthesized left operand of a set operator (#312)44047b0Allow CAST as a table function argument (#307)b06a101Reject a trailing operator instead of dropping it at end of input (#306)5dd25f8Add support for SYSTEM RELOAD DICTIONARY ... ON CLUSTER (#308)2a4a14cAdd support for DROP DATABASE ... SYNC (#309)b5bc152Fix should accept reserved keyword as expression operand (#305)e5ab996Allow any expression as the value of CAST (#304)71e3f4dAdd support for ALTER TABLE ... MODIFY ORDER BY (#303)65be06dFix parsing of HTTP dictionary sources (#302)dda7298Simplify README by removing duplicate badges