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

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

Build:
Build:
LAST BUILD BRANCH: fix/npe-unexpected-token
DEFAULT BRANCH: master
Ran 16 Mar 2026 02:44PM 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

16 Mar 2026 02:19PM UTC coverage: 51.387%. Remained the same
23149151169

Pull #258

github

disq
fix: support expressions (dotted column refs) in DISTINCT ON

parseDistinctOn() was calling parseIdent() which only handles simple
identifiers. Queries like DISTINCT ON (t.id, t.name) would fail because
the dot was not recognized. Changed to parseExpr() so that any valid
column expression (including table.column references) is accepted.
Pull Request #258: fix: support expressions (dotted column refs) in `DISTINCT ON`

9 of 11 new or added lines in 4 files covered. (81.82%)

8152 of 15864 relevant lines covered (51.39%)

2399.13 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
2
10.69
0.0% parser/ast.go
Jobs
ID Job ID Ran Files Coverage
1 23149151169.1 16 Mar 2026 02:44PM UTC 15
51.39
GitHub Action Run
Source Files on build 23149151169
  • Tree
  • List 15
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #258
  • PR Base - master (#22018483914)
  • 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