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

AfterShip / clickhouse-sql-parser / 30677423442

Builds Branch Commit Type Ran Committer Via Coverage
30677423442 master 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 ... push 01 Aug 2026 01:14AM UTC web-flow github
54.94
30640949860 fix-table-function-arg-exprs Accept parenthesized expressions as table function arguments 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 SELEC... Pull #298 31 Jul 2026 03:00PM UTC therealpandey github
54.94
30639737866 fix-table-function-arg-exprs Fix parsing of operator expressions in table function arguments (#297) Pull #298 31 Jul 2026 02:43PM UTC grandwizard28 github
54.92
30623114082 fix-interval-column-name Memoize failed INTERVAL operator attempts to avoid exponential backtracking Pull #296 31 Jul 2026 10:19AM UTC grandwizard28 github
55.11
30622883665 fix-interval-column-name Memoize failed INTERVAL operator attempts to avoid exponential backtracking A failed attempt reparses the whole remaining expression, and every later interval inside that attempt does the same, so queries with repeated interval columns backtracke... Pull #296 31 Jul 2026 10:15AM UTC therealpandey github
55.1
30621273688 fix-interval-column-name Fix parsing of an unquoted interval as a column name Pull #296 31 Jul 2026 09:49AM UTC grandwizard28 github
55.08
30621265189 master Merge join locality parsing into parseJoinModifiers (#295) push 31 Jul 2026 09:49AM UTC GitHub github
54.9
30619004754 refactor-join-modifiers Merge join locality parsing into parseJoinModifiers parseJoinLocality and parseJoinOp split one concept, the modifier list that precedes JOIN, across two entry points, and every caller had to pick the right one. parseJoinModifiers now owns the op... Pull #295 31 Jul 2026 09:12AM UTC Claudy github
54.9
30610565814 master Fix parsing of the GLOBAL/LOCAL join locality and GLOBAL NOT IN (#293) push 31 Jul 2026 06:45AM UTC GitHub github
54.92
30610162782 fix-global-join-modifier Represent GLOBAL IN and GLOBAL NOT IN with the HasGlobal/HasNot flags Pull #293 31 Jul 2026 06:37AM UTC grandwizard28 github
54.92
30530763023 fix-global-join-modifier Leave a non-join GLOBAL/LOCAL where it was found Pull #293 30 Jul 2026 09:28AM UTC grandwizard28 github
54.89
30530296275 fix-global-join-modifier Leave a non-join GLOBAL/LOCAL where it was found Pull #293 30 Jul 2026 09:21AM UTC grandwizard28 github
54.9
30525248824 fix-global-join-modifier Leave a non-join GLOBAL/LOCAL where it was found parseJoinLocality consumed the keyword before it knew a join followed, so a locality with no join was swallowed: `SELECT * FROM t1 GLOBAL` parsed and Format() returned `SELECT * FROM t1`. ClickHous... Pull #293 30 Jul 2026 08:05AM UTC therealpandey github
54.9
30511527814 master Support SQL-standard keyword arguments for trim, substring, overlay and overlayUTF8 (#290) push 30 Jul 2026 03:35AM UTC web-flow github
54.59
30480769660 fix-global-join-modifier Keep GLOBAL an operator unless a join actually follows it Ending the expression whenever GLOBAL was not followed by IN/NOT left the keyword for the enclosing clause to pick up, and the select item parser takes any non-reserved keyword as an impli... Pull #293 29 Jul 2026 06:38PM UTC therealpandey github
54.56
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • …
  • 35
  • 36
  • Next →
  • Back to Repo
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