[Dbix-class] Re: DBIx::Class with ODBC

Peter Rabbitson rabbit+dbic at rabbit.us
Tue Jan 22 18:14:29 GMT 2013


On Tue, Jan 22, 2013 at 10:04:17AM -0800, stephenmoy wrote:
> > Please connect to the database using plain DBI and give us the
> > output of:
> 
> > $dbh->get_info(
> >    $DBI::Const::GetInfoType::GetInfoType{SQL_DBMS_NAME}
> > );
> 
> Output is INGRES
> 

Grumble. The error before means that the information gathering routine 
_describe_connection() added here [1] actually fails on your setup. Can 
you please debug it and see why/how it fails (perhaps step through it 
with the debugger or something). Then get us the actual info it 
produces, and hopefully adding the extra informix driver won't be much 
work.

Cheers

[1] https://github.com/dbsrgits/dbix-class/commit/75d3bdb2431



More information about the DBIx-Class mailing list