SQLite.swift
SQLite.swift copied to clipboard
Feature Request: Way to exclude an index when doing a query
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.