From c186f014897a25113206dae3c946bb1bb380172f Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Mon, 16 Jan 2006 18:32:30 +0000 Subject: [PATCH] =?utf8?q?Bug=20323575:=20[PostgreSQL]=20sanitycheck.cgi?= =?utf8?q?=3Fcreatemissinggroupcontrolmapentries=3D1=20produces=20a=20SQL?= =?utf8?q?=20error=20-=20Patch=20by=20Fr=C3=A9d=C3=A9ric=20Buclin=20=20r/a=3Djustdave?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- sanitycheck.cgi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sanitycheck.cgi b/sanitycheck.cgi index 276abfd320..ca35cd893f 100755 --- a/sanitycheck.cgi +++ b/sanitycheck.cgi @@ -220,7 +220,8 @@ if (defined $cgi->param('createmissinggroupcontrolmapentries')) { ON bugs.product_id = gcm.product_id AND bgm.group_id = gcm.group_id WHERE COALESCE(gcm.membercontrol, $na) = $na - } . $dbh->sql_group_by('bugs.product_id, bgm.group_id')); + } . $dbh->sql_group_by('bugs.product_id, bgm.group_id', + 'gcm.membercontrol, groups.name, products.name')); foreach (@$invalid_combinations) { my ($product_id, $group_id, $currentmembercontrol, -- 2.47.2