$this->db->escape_like_str() wildcard escaping bug · Issue #136 · bcit-ci/CodeIgniter
== Explanation == escape_like_str() does not escape the strings correctly, because there is a bug in escape_str() of database driver. I have checked MySQL, but the same bugs are probably in all oth...