fix silent Oracle connection failures
authorRafael Kitover <rkitover@cpan.org>
Sun, 24 Jun 2012 17:42:46 +0000 (13:42 -0400)
committerRafael Kitover <rkitover@cpan.org>
Tue, 10 Jul 2012 22:06:09 +0000 (18:06 -0400)
commit461c7168e4cfe3bb59d0ef8b4b05a1b009f6b4ad
treeeb7c700b2e9ed5263bd402c85871765881b60682
parent5efba7fcc89e113c60d78fa246a0217c405ea1fc
fix silent Oracle connection failures

::Storage::DBI::_server_info was eating connection exceptions by
ignoring exceptions from $dbh->get_info, but this information is
important for _rebless when e.g. determining which class to use based on
the DB server version, so rethrow the exceptions when
$self->{_in_determine_driver} is true.
lib/DBIx/Class/Storage/DBI.pm