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

2013-01-25 Thread stephenmoy
>> 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:

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

2013-01-25 Thread Peter Rabbitson
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-

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

2013-01-25 Thread stephenmoy
DBIC_TRACE=1 generates this: Undefined subroutine &Carp::longmess_heavy called at /usr/lib/perl5/5.8.8/Carp.pm line 239. >> In addition - what limit dialect does Ingress support? Is >> it any of the already implemented ones [1] ? Note - we need limit *and* >> offset support, limit alone won't cut

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

2013-01-25 Thread Dave Howorth
stephenmoy wrote: > DBIC_TRACE=1 generates this: > Undefined subroutine &Carp::longmess_heavy called at > /usr/lib/perl5/5.8.8/Carp.pm line 239. > >>> In addition - what limit dialect does Ingress support? Is >>> it any of the already implemented ones [1] ? Note - we need limit *and* >>> offset su