Jonas Sandman wrote:

> I am using LIKE to make a simple query for filename '%path%' and it
> works well as long as I am only using ANSI characters, LIKE thinks
> 'a' and 'A' are the same. When coming up on Greek characters (i.e.)
> it doesn't work that well anymore. Suddenly LIKE is case-sensitive
> (since LIKE use some binary comparison perhaps? I duno)

Does LIKE use collation sequences? If so,

http://www.sqlite.org/capi3ref.html#sqlite3_create_collation

might help.

Martin


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

Reply via email to