On 11/1/16, Mark Lawrence <no...@null.net> wrote:
> Hello all,
>
> The documentation for partial indexes (section 3.2) lists "=, <, >, <=,
>  >=, <>, or IN" as operators that will trigger the use of an
> index WHERE c IS NOT NULL.
>
> It seems to me that LIKE should also be in that list, given that it
> will also only match when c is not null.

LIKE and GLOB are added by check-in
https://www.sqlite.org/src/info/9b3a3b41b59a7ce7

-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to