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

Peter Rabbitson rabbit+dbic at rabbit.us
Tue Feb 19 18:20:05 GMT 2013


On Sat, Jan 26, 2013 at 01:18:40AM +1100, Peter Rabbitson wrote:
> On Fri, Jan 25, 2013 at 06:05:44AM -0800, stephenmoy wrote:
> > >>  When you connect to a DSN we do not yet know how to
> > >>  support you should see something similar to this: [1]. However you
> > >>  claimed you saw this exception [2]. 
> > 
> > In my test, the following line:
> > my ( $student ) = $schema->resultset( 'Student' )->search( { uid => $uid }
> > );
> > 
> > produces the "DBIx::Class::ResultSet::search(): DBI Exception: DBD::ODBC::db
> > get_info failed: [Ingres][Ingres ODBC Driver]Information type out of range
> > (SQL-HY096)" error.
> 
> Right, and I was asking if you can debug *which* part of the code throws this
> exception - you should have seen the other output first, but apparently
> something is broken somewhere. Even just running the above under DBIC_TRACE=1
> should help (this will turn on full stacktracing).
> 

Have you had a chance to look into this further?




More information about the DBIx-Class mailing list