{"html_url": "https://github.com/simonw/datasette/issues/700#issuecomment-599849497", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/700", "id": 599849497, "node_id": "MDEyOklzc3VlQ29tbWVudDU5OTg0OTQ5Nw==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-03-17T02:46:59Z", "updated_at": "2020-03-17T02:46:59Z", "author_association": "OWNER", "body": "Right now the `Request` class is created by passing it an ASGI scope:\r\n\r\nhttps://github.com/simonw/datasette/blob/dc80e779a2e708b2685fc641df99e6aae9ad6f97/datasette/utils/asgi.py#L174\r\n\r\nI can extend this to `Request(scope, receive)` - then I can add a `await request.post_vars()` method.", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 582713554, "label": "Request object utility for handling POST form data"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/698#issuecomment-599856081", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/698", "id": 599856081, "node_id": "MDEyOklzc3VlQ29tbWVudDU5OTg1NjA4MQ==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-03-17T03:14:20Z", "updated_at": "2020-03-17T03:14:20Z", "author_association": "OWNER", "body": "This is going to require a pretty full rewrite of the existing canned query logic, which currently shares a codepath with the code that lets you submit a SQL query:\r\n\r\nhttps://github.com/simonw/datasette/blob/298a899e792ebd0cd82a5f01b613c31f19082e51/datasette/views/base.py#L464-L563", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 582517965, "label": "Ability for a canned query to write to the database"}, "performed_via_github_app": null}