Skip to content
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

Closed
simonw opened this issue Mar 6, 2024 · 2 comments
Closed

/fixtures/-/explain is broken on latest.datasette.io #2293

simonw opened this issue Mar 6, 2024 · 2 comments

Comments

@simonw
Copy link
Owner

simonw commented Mar 6, 2024

CleanShot 2024-03-05 at 18 00 14@2x

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.

@simonw
Copy link
Owner Author

simonw commented Mar 6, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant