SQLite.swift icon indicating copy to clipboard operation
SQLite.swift copied to clipboard

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

Open michaeljtsai opened this issue 2 years ago • 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.

michaeljtsai avatar Oct 27 '23 19:10 michaeljtsai