simonw / datasette-saved-queries

Datasette plugin that lets users save and execute queries
12 stars 0 forks source link

Crashes Datasette on startup if run against an immutable database #6

Closed simonw closed 4 years ago

simonw commented 4 years ago

See https://github.com/simonw/latest-datasette-with-all-plugins/issues/3#issuecomment-674449732

When I fix this I can uncomment this line in that project: https://github.com/simonw/latest-datasette-with-all-plugins/blob/29fe2eb28a6b0a18d63fad178e55f429ef81fd52/plugins.txt#L34

simonw commented 4 years ago

Relevant code: https://github.com/simonw/datasette-saved-queries/blob/48abb4181c4f06615156c97e7fe29aa0183d2fcf/datasette_saved_queries/__init__.py#L26-L32

https://github.com/simonw/datasette-saved-queries/blob/48abb4181c4f06615156c97e7fe29aa0183d2fcf/datasette_saved_queries/__init__.py#L5-L10