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

AfterShip / clickhouse-sql-parser / 25668356849

11 May 2026 11:50AM UTC coverage: 51.526% (+0.06%) from 51.469%
25668356849

Pull #269

github

arifdemirel
Restrict bypass to LIMIT/OFFSET/FORMAT/SETTINGS to preserve trailing-comma-before-keyword-table handling

Address review feedback: previous lookahead applied to all clause-starter
keywords, which regressed parsing of `SELECT a, FROM `limit`` (trailing
comma before FROM where the next ident is itself a clause keyword).
Restrict the special-case to the four keywords that legitimately appear
as bare column names. FROM/WHERE/GROUP/ORDER/etc. stay unconditional
terminators so PR #268 trailing-comma handling is preserved.

Adds regression fixture select_trailing_comma_before_from_keyword_table.sql.
Pull Request #269: fix: Allow LIMIT/OFFSET/FORMAT as column names in SELECT list

21 of 23 new or added lines in 1 file covered. (91.3%)

165 existing lines in 1 file now uncovered.

8237 of 15986 relevant lines covered (51.53%)

2526.17 hits per line

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

74.14
/parser/parser_column.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