From: mkanat%bugzilla.org <> Date: Tue, 1 Jul 2008 13:21:56 +0000 (+0000) Subject: Bug 442612: [Oracle] Change min-oracle-version from 10.01 to 10.02 X-Git-Tag: bugzilla-3.2rc1~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b9230f208fc5c50699effb682174a01381f09d8;p=thirdparty%2Fbugzilla.git Bug 442612: [Oracle] Change min-oracle-version from 10.01 to 10.02 Patch By Xiaoou Wu r=mkanat, a=mkanat --- diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 421d8bf083..c66e933756 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -391,7 +391,7 @@ use constant DB_MODULE => { version => '1.45', }, name => 'PostgreSQL'}, - 'oracle'=> {db => 'Bugzilla::DB::Oracle', db_version => '10.01.0', + 'oracle'=> {db => 'Bugzilla::DB::Oracle', db_version => '10.02.0', dbd => { package => 'DBD-Oracle', module => 'DBD::Oracle',