<[EMAIL PROTECTED]> wrote:
> IT> LIKE is case-insensitive by default. To have it use your index, you need 
> IT> to either make the index case-insensitive:
> IT> 
> IT> CREATE INDEX test_name ON test (name COLLATE NOCASE);
> 
> Sorry, tried to create the index this way, but it 
> still isn't used by the query.
> 

http://www.sqlite.org/optoverview.html#like_opt


--
D. Richard Hipp <[EMAIL PROTECTED]>


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to