ignore type_info errors from DBD::Sybase+MSSQL
authorRafael Kitover <rkitover@cpan.org>
Wed, 19 Oct 2011 20:52:06 +0000 (16:52 -0400)
committerRafael Kitover <rkitover@cpan.org>
Wed, 19 Oct 2011 20:52:06 +0000 (16:52 -0400)
commit354b6942f6aa6330fdb859e9ad3eb894a94f715a
treee781e9df46115642b248df0c1534b10711a8fd46
parent3bad938aefd5c8724b3a4c54f6d42f4e877bb001
ignore type_info errors from DBD::Sybase+MSSQL

When testing multi-database schemas on MSSQL, a weird error comes up
from type_info_all in DBD::Sybase. This needs to be investigated
further, but for now the call to type_info in ::DBI is wrapped in a try.
lib/DBIx/Class/Schema/Loader/DBI.pm