• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In
Info updated!

AfterShip / clickhouse-sql-parser
51%
master: 51%

Build:
Build:
LAST BUILD BRANCH: copilot/update-tool-version-to-0417
DEFAULT BRANCH: master
Repo Added 22 Sep 2023 10:13AM UTC
Token F4x2H6fmkWoZPkof5HTWcZ5HSIXKiqDLa regen
Build 364 Last
Files 14
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH copilot/update-tool-version-to-0417
branch: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • 14-2
  • add-benchmarks
  • add-coverall
  • add-modify-ttl
  • add-more-badges
  • ajruckman_alter_table_delete_where
  • ajruckman_placeholder_and_select_fix
  • allow-string-as-tablename
  • allow-var-start-with-dollar
  • alter-role-settings
  • alter-table-drop-detached
  • change-sql-string-to-compact
  • claude/issue-184-20250827-0341
  • codec-delta-level
  • copilot/add-support-in-partition-expression
  • copilot/fix-12
  • copilot/fix-140
  • copilot/fix-179
  • copilot/fix-181
  • copilot/fix-187
  • copilot/fix-75186bce-1dd8-4e67-bcd7-685469aa2574
  • copilot/fix-e5e3e050-4a0c-4226-8f60-806cafedacba
  • copilot/fix-stderr-routing-issue
  • copilot/update-tool-version-to-0417
  • dev
  • distinct-on
  • feat/add-order-by-with-fill-support
  • feat/alter_modify_query_support
  • feat_support_db_comment
  • feature/access-tuple-with-index
  • feature/add-projection
  • feature/add-union-distinct
  • feature/adjust_engineExpr_String_printing_order
  • feature/allow-select-modifier
  • feature/alter-table-replace
  • feature/check-expression
  • feature/clear-projection-statement
  • feature/column-def-alias-materialized
  • feature/create-function
  • feature/create-or-replace
  • feature/create-role
  • feature/delete-from
  • feature/drop-projection
  • feature/drop-user-role
  • feature/grant-privilege
  • feature/grouping-sets
  • feature/insert-expr
  • feature/insert-with-type-column
  • feature/materialize-index-and-projection
  • feature/optimize-expression
  • feature/query-parameter
  • feature/rename-table
  • feature/select-in-function
  • feature/support-json-type-skip
  • feature/support-placeholder
  • feature/support-ttl-policy
  • feature/timestamp-interval
  • fix-cannot-parse-join-only
  • fix-database-column-name
  • fix-describe-table
  • fix-materialized-bug
  • fix-no-as-alias
  • fix-order-by-panic
  • fix-panic-in-eof-error
  • fix-select-limit-add-select-final
  • fix/allow-parameters-for-null-engine
  • fix/ast-walker
  • fix/between-expr
  • fix/between-visitor
  • fix/cast-expr
  • fix/column-alias-string
  • fix/distinct-keyword-preservation
  • fix/dollar-sign
  • fix/dont_stop_walk_nil
  • fix/double-quote-as-ident
  • fix/group-by-column-with-keyworld
  • fix/insert-into
  • fix/issue-118
  • fix/issue-176
  • fix/issue-187
  • fix/issues-108
  • fix/keyword_alias
  • fix/multi-join
  • fix/multi-line-comments
  • fix/multi_distinct_except
  • fix/panic-invalid-sql
  • fix/parse-comment-literal
  • fix/readme
  • fix/remove-extra-leading-space
  • fix/select-as-query
  • fix/select-issues
  • fix/string-as-table-ident
  • fix/table-visitor
  • fix/union-all
  • fix/walk_when_node
  • fix/when_case_then
  • fix/window_clause
  • fix/wrong-unary-expr-string
  • ft-enhance-json-options
  • improve-lexer
  • improve-rename-syntax
  • improve/parse-expr
  • issue-204
  • issue-23
  • json-type-hints
  • lexer-string-escapes
  • master
  • minor-refactor-column-type
  • refactor/allow-to-use-precedence
  • refactor/expect-token-kind
  • refactor/operation-name
  • replicated-database-fix
  • role/alter
  • role/on-cluster-expr
  • select-format
  • select-with-left-join
  • settings-bool-parser
  • sharad/bug_fix
  • sharad/codec_parser
  • sharad/codec_parser_v3
  • sharad/delta_number_literal
  • sharad/dictionary_v1
  • sharad/mv_definer
  • sharad/named_parameter_v1
  • sharad/table_comment
  • support-refresh-in-mv
  • support/table-alias-without-as
  • swgillespie/alter-table-segv
  • swgillespie/clickhouse-remotesecure
  • test-automation
  • unify-sql-terms
  • update-readme

01 Dec 2025 08:57AM UTC coverage: 51.054%. Remained the same
19816870898

Pull #220

github

Copilot
Fix version mismatch by using ldflags for version injection at build time

Co-authored-by: git-hulk <4987594+git-hulk@users.noreply.github.com>
Pull Request #220: Fix version mismatch: inject version at build time via ldflags

7943 of 15558 relevant lines covered (51.05%)

2004.21 hits per line

Relevant lines Covered
Build:
Build:
15558 RELEVANT LINES 7943 COVERED LINES
2004.21 HITS PER LINE
Source Files on master
  • Tree
  • List 14
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
19816870898 copilot/update-tool-version-to-0417 Fix version mismatch by using ldflags for version injection at build time Co-authored-by: git-hulk <4987594+git-hulk@users.noreply.github.com> Pull #220 01 Dec 2025 09:38AM UTC Copilot github
51.05
19816871481 copilot/update-tool-version-to-0417 Fix version mismatch by using ldflags for version injection at build time Co-authored-by: git-hulk <4987594+git-hulk@users.noreply.github.com> Pull #220 01 Dec 2025 09:38AM UTC Copilot github
51.05
19817972896 master Fix: Send error messages to stderr instead of stdout (#221) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: git-hulk <4987594+git-hulk@users.noreply.github.com> push 01 Dec 2025 09:37AM UTC web-flow github
51.05
19816848514 copilot/fix-stderr-routing-issue Fix: Send error messages to stderr instead of stdout Co-authored-by: git-hulk <4987594+git-hulk@users.noreply.github.com> Pull #221 01 Dec 2025 09:35AM UTC Copilot github
51.05
19816848795 copilot/fix-stderr-routing-issue Fix: Send error messages to stderr instead of stdout Co-authored-by: git-hulk <4987594+git-hulk@users.noreply.github.com> Pull #221 01 Dec 2025 09:35AM UTC Copilot github
51.05
19558226329 master Fix refreshable View with named parameters (#217) * Removing unwanted code Signed-off-by: Sharad Gaur <sharadgaur@gmail.com> * Adding to walk.go Signed-off-by: Sharad Gaur <sharadgaur@gmail.com> --------- Signed-off-by: Sharad Gaur <sharad... push 21 Nov 2025 02:45AM UTC web-flow github
51.05
19557576815 sharad/named_parameter_v1 Adding to walk.go Signed-off-by: Sharad Gaur <sharadgaur@gmail.com> Pull #217 21 Nov 2025 02:08AM UTC sharadgaur github
51.05
19541751737 sharad/named_parameter_v1 Removing unwanted code Signed-off-by: Sharad Gaur <sharadgaur@gmail.com> Pull #217 20 Nov 2025 03:17PM UTC sharadgaur github
51.06
19522671202 master bug: fix a crash with an invalid query following MODIFY QUERY (#215) ALTER TABLE foo MODIFY QUERY <an invalid query> crashed the parser with a sigsegv due to a missing error check; this commit adds the missing check and a regression test. push 20 Nov 2025 01:53AM UTC web-flow github
51.01
19513181714 swgillespie/alter-table-segv bug: fix a crash with an invalid query following MODIFY QUERY ALTER TABLE foo MODIFY QUERY <an invalid query> crashed the parser with a sigsegv due to a missing error check; this commit adds the missing check and a regression test. Pull #215 19 Nov 2025 07:04PM UTC swgillespie github
51.01
See All Builds (364)

Badge your Repo: clickhouse-sql-parser

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

Refresh
  • Settings
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc