Re: DBIx HAVING and COUNT error

2016-09-04 Thread Ron Savage
Hi Rajeev On 05/09/16 12:07, Rajeev Prasad via dbi-users wrote: sorry i didnt understand. how can this have it? my $obj_rs = $schema->resultset('itemList')->serach( { t_id => { -in => [ $tStr ] }}, { group_by => [ qw(i_id) ],

Re: DBIx HAVING and COUNT error

2016-09-04 Thread Rajeev Prasad via dbi-users
sorry i didnt understand. how can this have it? my $obj_rs = $schema->resultset('itemList')->serach(                 { t_id => { -in => [ $tStr ] }},                 {                     group_by => [ qw(i_id) ],                     HAVING COUNT('t_id') = $tCount                 }             );

Re: DBD::XML

2016-09-04 Thread Nigel Horne
On 09/04/2016 03:41 PM, Tim Bunce wrote: On Sun, Sep 04, 2016 at 08:33:21AM -0400, Nigel Horne wrote: On 4/9/16 05:56, Tim Bunce wrote: So here's an interesting one. Any thoughts on this? I assumed it all got pulled in magically, but I guess I'm missing something. But what?

Re: DBD::XML

2016-09-04 Thread Tim Bunce
On Sun, Sep 04, 2016 at 08:33:21AM -0400, Nigel Horne wrote: > > On 4/9/16 05:56, Tim Bunce wrote: > > > So here's an interesting one. Any thoughts on this? I assumed it all got > > > pulled in magically, but I guess I'm missing something. But what? > > > > > >

Re: DBD::XML

2016-09-04 Thread Nigel Horne
On 4/9/16 05:56, Tim Bunce wrote: So here's an interesting one. Any thoughts on this? I assumed it all got pulled in magically, but I guess I'm missing something. But what? http://www.cpantesters.org/cpan/report/f9cbd816-7052-11e6-ab41-c893a58a4b8c I've not listed DBI as a prerequisite,

Re: DBD::XML

2016-09-04 Thread Tim Bunce
On Thu, Sep 01, 2016 at 01:53:52PM -0400, Nigel Horne wrote: > So here's an interesting one. Any thoughts on this? I assumed it all got > pulled in magically, but I guess I'm missing something. But what? > > http://www.cpantesters.org/cpan/report/f9cbd816-7052-11e6-ab41-c893a58a4b8c I've not