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

AfterShip / clickhouse-sql-parser / 23149151169

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

Source File
Press 'n' to go to next uncovered line, 'b' for previous

10.69
/parser/ast.go


Source Not Available

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