From fa48b7a2e8a395b84076d20a0965a31ce6d130ee Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Mon, 15 Oct 2012 15:59:32 +0200 Subject: Bug 801569: Require DBD::Pg 2.7.0 to correctly work with PostgreSQL 8.3 r=glob a=LpSolit --- Bugzilla/Constants.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Bugzilla/Constants.pm') diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 1ec921835..514c81143 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -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', -- cgit v1.2.3-24-g4f1b