From 7559020b6e10103849bd7eb2302d7a60b5b0b0b8 Mon Sep 17 00:00:00 2001 From: Matt Tyson Date: Mon, 23 Mar 2015 21:38:37 +0800 Subject: Bug 1145438: DB Crash under postgres when using alias column in buglist.cgi (fix ordering) --- Bugzilla/Search.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Search.pm') diff --git a/Bugzilla/Search.pm b/Bugzilla/Search.pm index c95651a15..e06e706a7 100644 --- a/Bugzilla/Search.pm +++ b/Bugzilla/Search.pm @@ -706,6 +706,7 @@ sub REPORT_COLUMNS { # is here because it *always* goes into the GROUP BY as the first item, # so it should be skipped when determining extra GROUP BY columns. use constant GROUP_BY_SKIP => qw( + alias blocked bug_id dependson @@ -714,7 +715,6 @@ use constant GROUP_BY_SKIP => qw( longdescs.count percentage_complete tag - alias ); ############### -- cgit v1.2.3-24-g4f1b