Skip Menu |

This queue is for tickets about the DBD-Pg CPAN distribution.

Report information
The Basics
Id: 106604
Status: resolved
Priority: 0/
Queue: DBD-Pg

People
Owner: Nobody in particular
Requestors: cjames [...] emolecules.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 3.5.2



Subject: Bug: $dbh->get_info() has bad sprintf()
Date: Fri, 21 Aug 2015 11:14:46 -0700
To: bug-DBD-Pg [...] rt.cpan.org
From: Craig James <cjames [...] emolecules.com>
DBD::Pg get_info() doesn't work for SQL_DATA_SOURCE_NAME. See line 1333: 2 => ['SQL_DATA_SOURCE_NAME', sub { sprintf 'dbi:Pg:%', shift->{Name} } Notice that the sprintf string is missing the "s" at the end, it should be "dbi:Pg:%s". Thanks! -- --------------------------------- Craig A. James Chief Technology Officer eMolecules, Inc. ---------------------------------
Thanks for the report: fixed in 8ae85102a6df63942b2c525d90722213e990a4b9