-
-
Notifications
You must be signed in to change notification settings - Fork 707
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
Implement canned queries against new query JSON work #2114
Comments
This is also where I'll bring back writable canned queries: datasette/datasette/views/database.py Lines 281 to 334 in 18dd88e
|
The tests for this are still passing: pytest tests/test_canned_queries.py Because I left in the old code: datasette/datasette/views/table.py Lines 752 to 767 in cd57b0f
datasette/datasette/views/table.py Lines 701 to 727 in cd57b0f
|
I decided to figure out where the datasette/datasette/views/database.py Lines 576 to 588 in cd57b0f
It took some spelunking, but it looks like I added that five years ago as part of CSV streaming in fc3660c It's there purely to allow CSV streaming to set And since CSV streaming is still just a table thing, not a query thing, I can drop it. |
The text was updated successfully, but these errors were encountered: