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

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

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

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

8228 of 15975 relevant lines covered (51.51%)

2854.69 hits per line

Source Files on job 25667928751.1
  • Tree
  • List 15
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 25667928751
  • 29a3a16e on github
  • Prev Job for on fix/keyword-as-column-in-select (#25662343573.1)
  • 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