-
-
Notifications
You must be signed in to change notification settings - Fork 691
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
/fixtures/-/explain is broken on latest.datasette.io #2293
Labels
Comments
simonw
added a commit
that referenced
this issue
Mar 6, 2024
simonw
added a commit
that referenced
this issue
Mar 6, 2024
https://latest.datasette.io/fixtures?sql=explain+select+pk1%2C+pk2%2C+pk3%2C+content+from+compound_three_primary_keys+order+by+pk1%2C+pk2%2C+pk3+limit+101 no longer shows a query actions button, because explain of an explain doesn't work. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Leads to a 404 page: https://latest.datasette.io/fixtures/-/explain?sql=with+x%28c1%2C+c2%2C+c3%29+as+%28%0D%0A++values%0D%0A++++%28%27a%27%2C+%27b%27%2C+3%29%2C%0D%0A++++%28%27b%27%2C+%27c%27%2C+4%29%0D%0A%29%0D%0Aselect+%2A+from+x
That's because I only built a test plugin to demonstrate the new feature. But... it would be better if it worked anyway - it makes for a better live demo.
The text was updated successfully, but these errors were encountered: