You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use tables_used virtual table-function (https://www.sqlite.org/bytecodevtab.html) to find out what indexes are used by the query and provide this info somehow to the user.
Use
tables_usedvirtual table-function (https://www.sqlite.org/bytecodevtab.html) to find out what indexes are used by the query and provide this info somehow to the user.