[Dbix-class] ResultClass::HashRefInflator skipping last column on table joins

2012-11-25 Thread Jillian Rowe
Hello all, I am having trouble using DBIx::ResultClass::HashRefInflator on a result set that has table joins. $c-stash(rs = $c-model(DB::TABLE1)) $rs = $c-stash-{rs}; $rs = $rs-search( undef, { select = [COL1, TABLE2.COL2, TABLE2.COL3, TABLE2.COL4], join = [TABLE2],

RE: [Dbix-class] ResultClass::HashRefInflator skipping last column on table joins

2012-11-26 Thread Jillian Rowe
Well, for some background I am creating a reporter page where a user selects the variables they want from different tables. Its being used for clinical survey data, one database per study. I have many tables that all have the same structure, one per survey, and one table that contains all

RE: [Dbix-class] ResultClass::HashRefInflator skipping last column on table joins

2012-11-26 Thread Jillian Rowe
::HashRefInflator skipping last column on table joins On Mon, Nov 26, 2012 at 08:31:31AM +, Jillian Rowe wrote: #for this particular case, sometimes this has an actual value $c-stash(WHERE = undef); $c-log-debug(Dumper($c-stash-{FIELDS})); $c-log-debug(Dumper($c-stash-{TABLES