Re: [Dbix-class] having attribute problems with SQLite

2008-08-07 Thread Matt S Trout
On Tue, Aug 05, 2008 at 12:38:46AM +0100, Will Hawes wrote: The 0.08010 docs in DBIx::Class::ResultSet contain an example for the having attribute that shows parameter values being passed using a hashref: having = { 'count(employee)' = { '=', 100 } } Meanwhile, in the test suite there are

[Dbix-class] having attribute problems with SQLite

2008-08-04 Thread Will Hawes
The 0.08010 docs in DBIx::Class::ResultSet contain an example for the having attribute that shows parameter values being passed using a hashref: having = { 'count(employee)' = { '=', 100 } } Meanwhile, in the test suite there are a couple of tests using having (76joins.t in 0.08010 and