From 3f8fe270407b35a2f123074e61fe87720c5e994b Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Fri, 17 Oct 2008 18:33:41 +0000 Subject: Bug 455857: [Oracle] 'Find a Specific Bug' doesn't work - Patch by Xiaoou r/a=mkanat --- Bugzilla/DB.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'Bugzilla/DB.pm') diff --git a/Bugzilla/DB.pm b/Bugzilla/DB.pm index 399f3c643..e264dc443 100644 --- a/Bugzilla/DB.pm +++ b/Bugzilla/DB.pm @@ -52,6 +52,7 @@ use Storable qw(dclone); use constant BLOB_TYPE => DBI::SQL_BLOB; use constant ISOLATION_LEVEL => 'REPEATABLE READ'; +use constant GROUPBY_REGEXP => '(?:.*\s+AS\s+)?(\w+(\.\w+)?)(?:\s+(ASC|DESC))?$'; # Set default values for what used to be the enum types. These values # are no longer stored in localconfig. If we are upgrading from a -- cgit v1.2.3-24-g4f1b