Welcome Guest, Not a member yet? Register   Sign In
Active Query bug?
#2

Check rest of your queries - this very well may be when you have done $this->db->select('id') somewhere else, but not executed query with $this->db->get(...);

You could try adding $this->db->reset_query() right before your $this->db->select('s_cities.id as source_city_id, d_cities.id as destination_city_id, jobs_raw.*') to make sure.
Reply


Messages In This Thread
Active Query bug? - by fabby - 11-12-2018, 01:12 PM
RE: Active Query bug? - by Pertti - 11-13-2018, 01:51 AM
RE: Active Query bug? - by php_rocs - 11-13-2018, 11:22 AM



Theme © iAndrew 2016 - Forum software by © MyBB