-
-
Notifications
You must be signed in to change notification settings - Fork 117
table.disable_fts() method and "sqlite-utils disable-fts ..." command #88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
|
I can reliably get the list of triggers to delete from |
Strange - https://www.sqlite.org/lang_droptrigger.html says "Note that triggers are automatically dropped when the associated table is dropped" but that doesn't seem to be true in my experimenting. UPDATE: no that makes sense - the triggers are on |
Looks like safest option is to loop through those trigger names and run |
I think the method should be called There should be a |
This would make it easier to iterate on the FTS configuration for a database without having to wipe and recreate the database each time.
The text was updated successfully, but these errors were encountered: