Commit fa48b7a2 authored by Frédéric Buclin's avatar Frédéric Buclin

Bug 801569: Require DBD::Pg 2.7.0 to correctly work with PostgreSQL 8.3

r=glob a=LpSolit
parent 9048c371
......@@ -490,7 +490,9 @@ use constant DB_MODULE => {
dbd => {
package => 'DBD-Pg',
module => 'DBD::Pg',
version => '1.45',
# 2.7.0 fixes a problem with quoting strings
# containing backslashes in them.
version => '2.7.0',
},
name => 'PostgreSQL'},
'oracle'=> {db => 'Bugzilla::DB::Oracle', db_version => '10.02.0',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment