LIKE without a wildcard |
[eluser]Cheater[/eluser]
http://codeigniter.com/bug_tracker/bug/8152/ Can someone confirm that that bug report is correct? It is where you are trying to do a SQL LIKE query, without any wildcards. CodeIgniter cannot currently do that. It must insert a wildcard. Its needed when want to do a case-insensitive search in MySQL. |
Messages In This Thread |
LIKE without a wildcard - by El Forum - 08-17-2009, 05:03 PM
LIKE without a wildcard - by El Forum - 08-18-2009, 01:33 AM
LIKE without a wildcard - by El Forum - 08-18-2009, 01:58 AM
LIKE without a wildcard - by El Forum - 08-18-2009, 02:04 AM
|