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
In #378 I also added .delete_where(..., analyze=True) but there isn't currently a sqlite-utils delete-where CLI command - deletions via CLI are expected to be handled using SQL queries.
The text was updated successfully, but these errors were encountered:
Originally posted by @simonw in #366 (comment)
sqlite-utils analyze
commandsqlite-utils create-index --analyze
option (see create-index should run analyze after creating index #365)sqlite-utils insert --analyze
optionsqlite-utils upsert --analyze
optionIn #378 I also added
.delete_where(..., analyze=True)
but there isn't currently asqlite-utils delete-where
CLI command - deletions via CLI are expected to be handled using SQL queries.The text was updated successfully, but these errors were encountered: