• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

AfterShip / clickhouse-sql-parser / 25667928751
52%
master: 52%

Build:
Build:
LAST BUILD BRANCH: sharad/fix-rmv-column-list-engine
DEFAULT BRANCH: master
Ran 11 May 2026 11:42AM UTC
Jobs 1
Files 15
Run time 1min
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

11 May 2026 11:40AM UTC coverage: 51.505% (+0.04%) from 51.469%
25667928751

Pull #269

github

arifdemirel
Fix should treat LIMIT/OFFSET/FORMAT as columns in SELECT list when followed by `,`, AS, or another clause keyword

Mirrors PR #268: extend `isSelectItemTerminatorKeyword` to peek the next
token. A clause-starter keyword (LIMIT, OFFSET, FORMAT, SETTINGS, FROM,
…) always requires a value/expression next, so if the next token is `,`,
`AS`, or another clause-starter keyword, the current keyword is a bare
column reference, not the start of a clause.

ClickHouse server accepts `SELECT a, limit FROM t` and similar without
backtick escaping; the parser now matches.
Pull Request #269: fix: Allow LIMIT/OFFSET/FORMAT as column names in SELECT list

36 of 56 new or added lines in 1 file covered. (64.29%)

171 existing lines in 1 file now uncovered.

8228 of 15975 relevant lines covered (51.51%)

2854.69 hits per line

Uncovered Changes

Lines Coverage ∆ File
20
74.06
0.26% parser/parser_column.go

Coverage Regressions

Lines Coverage ∆ File
171
74.06
0.26% parser/parser_column.go
Jobs
ID Job ID Ran Files Coverage
1 25667928751.1 11 May 2026 11:42AM UTC 15
51.51
GitHub Action Run
Source Files on build 25667928751
  • Tree
  • List 15
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #269
  • PR Base - master (#25662343573)
  • Delete
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

© 2026 Coveralls, Inc