stephencelis / SQLite.swift

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

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

Open michaeljtsai opened 8 months ago

michaeljtsai commented 8 months 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.