stephencelis / SQLite.swift

A type-safe, Swift-language layer over SQLite3.
MIT License
9.72k stars 1.57k forks source link

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

Open michaeljtsai opened 1 year ago

michaeljtsai commented 1 year ago

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.