Changes between Initial Version and Version 3 of Ticket #25095


Ignore:
Timestamp:
Jul 15, 2015, 4:28:34 PM (9 years ago)
Author:
mitchelljkotler
Comment:

I created a pull request, 5002.

It adds one test to test for this issue.

@akaariai, I am not sure I understand what you want to test with that test case.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25095

    • Property Triage Stage UnreviewedAccepted
    • Property Version 1.8master
  • Ticket #25095 – Description

    initial v3  
    1818    .order_by().query
    1919
    20 SELECT `ep_object`.`cid`, `ep_entity`.`name` AS `name`, COUNT(DISTINCT `ep_tag`.`tid`) AS `count`
     20SELECT `ep_object`.`cid`, `ep_entity`.`name` AS `name`, COUNT(nnn `ep_tag`.`tid`) AS `count`
    2121FROM `ep_tag`
    2222INNER JOIN `ep_statuschange` ON ( `ep_tag`.`tid` = `ep_statuschange`.`tid` )
Back to Top