From 42019e83f7bd6c93e889eeb04c059fbee7f562d4 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Tue, 1 Jul 2008 13:21:02 +0000 Subject: 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(-) (limited to 'Bugzilla') diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 869deb4b3..d8ddfcf66 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', -- cgit v1.2.3-24-g4f1b