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

AfterShip / clickhouse-sql-parser / 30677423442

01 Aug 2026 01:13AM UTC coverage: 54.939% (+0.04%) from 54.899%
30677423442

push

github

web-flow
Fix parsing of operator expressions in table function arguments (#298)

parseTableArgPrimaryExpr routed every leading '(' to parseSubQuery, so
numbers((1 + 1)) or numbers((a + b) * c) failed with 'expected SELECT,
WITH or ('. Open a subquery only when SELECT or WITH follows the '(',
matching what parseSelectQuery accepts, and parse a parenthesized
expression otherwise, the same way the scalar expression parser does.

9143 of 16642 relevant lines covered (54.94%)

3231.18 hits per line

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

70.07
/parser/parser_table.go


Source Not Available

STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc