##// END OF EJS Templates
Fixed non standard SQL syntax. #6413...
Jean-Baptiste Barth -
r3977:c4d44af54c96
parent child
Show More
@@ -846,7 +846,7 class Issue < ActiveRecord::Base
846 j.id as #{select_field},
846 j.id as #{select_field},
847 count(i.id) as total
847 count(i.id) as total
848 from
848 from
849 #{Issue.table_name} i, #{IssueStatus.table_name} s, #{joins} as j
849 #{Issue.table_name} i, #{IssueStatus.table_name} s, #{joins} j
850 where
850 where
851 i.status_id=s.id
851 i.status_id=s.id
852 and #{where}
852 and #{where}
General Comments 0
You need to be logged in to leave comments. Login now