You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"SELECT ps.status, ps.statusstring, count(*) FROM commitfest_patchoncommitfest poc INNER JOIN commitfest_patchstatus ps ON ps.status=poc.status WHERE commitfest_id=%(id)s GROUP BY ps.status ORDER BY ps.sortkey",
519
+
"""SELECT ps.status, ps.statusstring, count(*)
520
+
FROM commitfest_patchoncommitfest poc
521
+
INNER JOIN commitfest_patchstatus ps ON ps.status=poc.status
522
+
INNER JOIN commitfest_commitfest cf ON cf.id=poc.commitfest_id
0 commit comments