I'm using Fuel 1.5.2. So the version of ORM is 1.5.2 too?
var_dump(DB::last_query()) returned:
"SELECT `t0`.`id` AS `t0_c0`, `t0`.`father_id` AS `t0_c1`, `t0`.`mother_id` AS `t0_c2`, `t0`.`notes` AS `t0_c3`, `t0`.`user_id` AS `t0_c4`, `t0`.`deleted` AS `t0_c6`, `t1`.`id` AS `t1_c0`, `t1`.`name` AS `t1_c1`, `t1`.`record_id` AS `t1_c2`, `t1`.`father_id` AS `t1_c3`, `t1`.`mother_id` AS `t1_c4`, `t1`.`gender` AS `t1_c5`, `t1`.`birthday` AS `t1_c6`, `t1`.`notes` AS `t1_c7`, `t1`.`user_id` AS `t1_c8`, `t1`.`deleted` AS `t1_c9`, `t2`.`id` AS `t2_c0`, `t2`.`name` AS `t2_c1`, `t2`.`record_id` AS `t2_c2`, `t2`.`father_id` AS `t2_c3`, `t2`.`mother_id` AS `t2_c4`, `t2`.`gender` AS `t2_c5`, `t2`.`birthday` AS `t2_c6`, `t2`.`notes` AS `t2_c7`, `t2`.`user_id` AS `t2_c8`, `t2`.`deleted` AS `t2_c9`, `t3`.`id` AS `t3_c0`, `t3`.`name` AS `t3_c1`, `t3`.`record_id` AS `t3_c2`, `t3`.`father_id` AS `t3_c3`, `t3`.`mother_id` AS `t3_c4`, `t3`.`gender` AS `t3_c5`, `t3`.`birthday` AS `t3_c6`,`t3`.`notes` AS `t3_c7`, `t3`.`user_id` AS `t3_c8`, `t3`.`deleted` AS `t3_c9` FROM `record` AS `t0` LEFT JOIN `members` AS `t1` ON (`t0`.`father_id` = `t1`.`id`) LEFT JOIN `members` AS `t2` ON (`t0`.`mother_id` = `t2`.`id`) LEFT JOIN `members` AS `t3` ON (`t0`.`id` = `t3`.`record_id`) WHERE `t0`.`user_id` = 4 AND `t0`.`deleted` = '0' ORDER BY `t0`.`id` DESC"
It looks like you're new here. If you want to get involved, click one of these buttons!