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.
---------------------------------