-
-
Notifications
You must be signed in to change notification settings - Fork 703
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
Automatically hide type=shadow tables in SQLite 3.37 or higher #2296
Comments
The code for this can go here: datasette/datasette/database.py Lines 460 to 519 in 7818e8b
It will need to gracefully handle that missing pragma. |
We're going to change something here too: we're going to NOT hide FTS virtual tables (or indeed any other virtual table) by default any more. Reason is that FTS tables are actually OK to browse, e.g. https://datasette.io/content/repos_fts And some SQLite FTS tables don't correspond to a content table, so should be visible anyway. |
Originally posted by @asg017 in #2104 (comment)
The text was updated successfully, but these errors were encountered: