Skip to content

Conversation

@ajruckman
Copy link
Contributor

Support the ClickHouse "heavyweight" DELETE and UPDATE table mutations.

  • ALTER TABLE ... DELETE WHERE <condition>
  • ALTER TABLE ... UPDATE col = expr [, ...] WHERE <condition>

https://clickhouse.com/docs/sql-reference/statements/alter/delete
https://clickhouse.com/docs/sql-reference/statements/alter/update

@coveralls
Copy link

Pull Request Test Coverage Report for Build 18824520021

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 85 of 179 (47.49%) changed or added relevant lines in 4 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.03%) to 50.268%

Changes Missing Coverage Covered Lines Changed/Added Lines %
parser/walk.go 9 19 47.37%
parser/ast_visitor.go 0 15 0.0%
parser/parser_alter.go 46 69 66.67%
parser/ast.go 30 76 39.47%
Totals Coverage Status
Change from base Build 18425118317: -0.03%
Covered Lines: 7489
Relevant Lines: 14898

💛 - Coveralls

@git-hulk git-hulk merged commit e31c88c into AfterShip:master Oct 27, 2025
2 checks passed
@git-hulk
Copy link
Member

@ajruckman Thanks for your contributions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants