stephencelis/SQLite.swift

Feature Request: Way to exclude an index when doing a query

michaeljtsai opened this issue · 0 comments

This can be helpful when I know that a particular index is not going to be helpful for may even slow a query down. For example, see Disqualifying WHERE Clause Terms using Unary-"+" in SQLite and the noindex: function expression in Core Data.