Page MenuHomePhabricator

COUNT( DISTINCT cc_id) needs AS clause
Closed, ResolvedPublic

Description

COUNT( DISTINCT cc_id) needs AS clause otherwise it generates

<td class="TablePager_col_COUNT( DISTINCT cc_id)">

which is td with three classes:

  • TablePager_col_COUNT(
  • DISTINCT
  • cc_id)

instead of one.


Version: unspecified
Severity: trivial

Details

Reference
bz16929

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:25 PM
bzimport set Reference to bz16929.

the way tablepager works, the class would just have 'AS x' added to it

Modify the tablepager to accept it? Such output is unusable. :-(

for now, I can kill all the whitespace I guess