Weird backticks behaviour in Active Record in CodeIgniter 2.0.3
问题 Previously my all queries were running fine in CI version 2.0 but when I upgraded to 2.0.3 some of my SELECT queries were broken. CI is adding backticks (``) automatically, but in older version its running as it is. CI user manual have instructed to add second parameter in db->select as FALSE but still it's not working. Code is as following: class Company_model extends MY_Model { ---------------- $this->db->select(' count('.$fieldname. ') as num_stations'); $this->db->select(" CONCAT_WS(',',