in reply to Re: DBIx::Class Pagination troubles
in thread DBIx::Class Pagination troubles
But how to use it in TT? Is it return the same result as traditional $schema->search();$C->{stuff} = $schema->storage->dbh_do( sub { my ($storage, $dbh, @cols) = @_; my $cols = join(q{, }, @cols); $dbh->selectrow_array("SELECT $cols FROM foo"); }, @column_list );
|
|---|