Pasquale Imbemba <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> is there any news about when this bug (read:
> http://www.sqlite.org/lang_expr.html) will be fixed?
> 

It isn't a bug.  That is the way LIKE works.  But you
can change the behavior using:

  PRAGMA case_sensitive_like=ON;


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

Reply via email to