On Mon, Oct 16, 2017 at 12:28 AM, Richard Hipp <d...@sqlite.org> wrote: > > Fixed on trunk. https://sqlite.org/src/info/ee31c043
FYI, small typo in that commit. --DD line 1885 of where.c ** Return TRUE if all of the following are true: ** ** (1) X has the same or lower cost that Y ** (2) X users fewer WHERE clause terms than Y ** (3) Every WHERE clause term used by X is also used by Y ** (4) X skips at least as many columns as Y ** (5) If X is a covering index, than Y is too -- ** (2) X users fewer WHERE clause terms than Y ++ ** (2) X uses fewer WHERE clause terms than Y _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users