Re: [sqlite] SQL Like expr not case sensitive Bug

2006-07-14 Thread drh
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

[sqlite] SQL Like expr not case sensitive Bug

2006-07-14 Thread Pasquale Imbemba
Hi, is there any news about when this bug (read: http://www.sqlite.org/lang_expr.html) will be fixed? Cheers Pasquale