in reply to Re: dbix-class paging troubles - GROUP_BY
in thread dbix-class paging troubles - GROUP_BY
Ok i'll try it now, but it seems to me I have already try it with fault.
But i have double link between tables
it's
'rt.route_beg' => 'n_1.node_id',
'rt.net_id' => 'n_1.net_id'
and
'rt.route_end' => 'n_2.node_id',
'rt.net_id' => 'n_2.net_id'