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 _______________________________________________ List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class IRC: irc.perl.org#dbix-class SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/ Searchable Archive: http://www.grokbase.com/group/dbix-class@lists.scsys.co.uk