Bug 1145438: DB Crash under postgres when using alias column in buglist.cgi
(fix ordering) git-svn-id: svn://10.0.0.236/trunk@265892 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
3f3cfbed55
commit
a95e4cef08
@ -1 +1 @@
|
||||
9346
|
||||
9347
|
||||
@ -1 +1 @@
|
||||
4aa14852570cd060eb0f71760d7f9d82f8bbabc0
|
||||
7559020b6e10103849bd7eb2302d7a60b5b0b0b8
|
||||
@ -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
|
||||
);
|
||||
|
||||
###############
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user