From 1b9230f208fc5c50699effb682174a01381f09d8 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Tue, 1 Jul 2008 13:21:56 +0000 Subject: [PATCH] Bug 442612: [Oracle] Change min-oracle-version from 10.01 to 10.02 Patch By Xiaoou Wu r=mkanat, a=mkanat --- Bugzilla/Constants.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.47.2