Show the last query CodeIgniter ran

echo $this->db->last_query();

// every query on the request, with its timing
$this->output->enable_profiler(TRUE);