On 10/24/16, Werner Kleiner <sqlitetes...@gmail.com> wrote:
>
> In an error log there is a message like:
> SQlite warning (284) automatic index on is_mytable(internalvalue)
>

I do not know why SQLite is warning you about a lack of an index on
internalvalue when it is really missing an index on installid.  I am
unable to reproduce the problem.  If you can send us a script that
will generate the incorrect warning message, we'll happily look into
the problem.

-- 
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