Opened 17 years ago

Closed 17 years ago

#5575 closed (invalid)

ILIKE not supported by MySQL

Reported by: sagi@… Owned by: nobody
Component: Documentation Version: dev
Severity: Keywords: ILIKE icontains
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

You mention that Sqlite3 does not support ILIKE but it seems that MySQL doesn't either. You probably want to point this out since icontains won't work as expected

Change History (1)

comment:1 by Matt McClanahan, 17 years ago

Resolution: invalid
Status: newclosed

By default, MySQL searches are not case sensitive. http://dev.mysql.com/doc/refman/5.0/en/case-sensitivity.html

Also possibly related, #2170.

Note: See TracTickets for help on using tickets.
Back to Top