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
Doesn't fire the database_actions() plugin hook, and so cannot have extra actions added to it.
I think a query_actions() hook would be good here, similar to table_actions() and database_actions(). It could work for both arbitrary SQL queries and canned queries.
I just noticed that this page: https://latest.datasette.io/fixtures?sql=select+*+from+facetable
Doesn't fire the
database_actions()
plugin hook, and so cannot have extra actions added to it.I think a
query_actions()
hook would be good here, similar totable_actions()
anddatabase_actions()
. It could work for both arbitrary SQL queries and canned queries.This would enable things like https://datasette.io/plugins/datasette-saved-queries to include a menu item for creating and saving a query.
The text was updated successfully, but these errors were encountered: