From df0f3430e1592503dd0ca6a8dd4f2da1da67eb5c Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Wed, 27 Oct 2010 00:56:15 -0700 Subject: Bug 337776: Basic SQLite Support for Bugzilla r=LpSolit, a=mkanat --- 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 850a63457..bcbe3a2a5 100644 --- a/Bugzilla/Search.pm +++ b/Bugzilla/Search.pm @@ -457,7 +457,7 @@ use constant COLUMN_JOINS => { 'flagtypes.name' => { as => 'map_flags', table => 'flags', - extra => ['attach_id IS NULL'], + extra => ['map_flags.attach_id IS NULL'], then_to => { as => 'map_flagtypes', table => 'flagtypes', -- cgit v1.2.3-24-g4f1b