diff options
author | mkanat%bugzilla.org <> | 2008-07-01 15:21:02 +0200 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2008-07-01 15:21:02 +0200 |
commit | 42019e83f7bd6c93e889eeb04c059fbee7f562d4 (patch) | |
tree | d71607d46e2ff5c7abc08c72b09bdc6aa3bf4035 /Bugzilla | |
parent | 6cf3c88ecb5077a9c6f3941fbae139f3e6937430 (diff) | |
download | bugzilla-42019e83f7bd6c93e889eeb04c059fbee7f562d4.tar.gz bugzilla-42019e83f7bd6c93e889eeb04c059fbee7f562d4.tar.xz |
Bug 442612: [Oracle] Change min-oracle-version from 10.01 to 10.02
Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Constants.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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', |