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
That's supposed to allow ?sql= in the URL to pre-populate the form with a query ready to be executed, see also #7.
I hadn't run into an issue with plugins like datasette-template-sql interfering with the existing context for other features before! Definitely not a good thing.
If I install this plugin by itself and navigate to
/-/write
, I get an empty textarea for typing in SQL.If I then add the datasette-template-sql plugin, the textarea now has:
Not a big deal, but it adds an extra step to delete it when running a query. (I also begin to wonder... is this from https://github.com/simonw/datasette-write/blob/main/datasette_write/templates/datasette_write.html#L13 ? Am I supposed to see some other SQL there some times, for example when I type in something with syntax errors?)
The text was updated successfully, but these errors were encountered: