{"html_url": "https://github.com/simonw/datasette/issues/2111#issuecomment-1652318269", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/2111", "id": 1652318269, "node_id": "IC_kwDOBm6k_c5ifGA9", "user": {"value": 9599, "label": "simonw"}, "created_at": "2023-07-26T18:45:23Z", "updated_at": "2023-07-26T18:45:23Z", "author_association": "OWNER", "body": "To avoid confusion I'll start by having `/content` return a HTML \"TODO: implement this\" message.", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 1822937426, "label": "Implement new /content.json?sql=..."}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/2111#issuecomment-1652354606", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/2111", "id": 1652354606, "node_id": "IC_kwDOBm6k_c5ifO4u", "user": {"value": 9599, "label": "simonw"}, "created_at": "2023-07-26T19:16:35Z", "updated_at": "2023-07-26T19:17:45Z", "author_association": "OWNER", "body": "I just noticed that this URL: https://latest.datasette.io/fixtures.csv\r\n\r\nReturns a 500 error right now!\r\n\r\n\"image\"\r\n\r\nIt's fine with a `?sql=` query: https://latest.datasette.io/fixtures.csv?sql=select+*+from+facetable", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 1822937426, "label": "Implement new /content.json?sql=..."}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/2111#issuecomment-1652407208", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/2111", "id": 1652407208, "node_id": "IC_kwDOBm6k_c5ifbuo", "user": {"value": 9599, "label": "simonw"}, "created_at": "2023-07-26T19:54:20Z", "updated_at": "2023-07-26T19:54:20Z", "author_association": "OWNER", "body": "I implemented `/content` and `/content.json` but I left `/content?sql=...` as this:\r\n\r\nhttps://github.com/simonw/datasette/blob/2e40a506ad45b44fd7642474f630a31ef18b5911/datasette/views/database.py#L220-L221", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 1822937426, "label": "Implement new /content.json?sql=..."}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/2111#issuecomment-1668798261", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/2111", "id": 1668798261, "node_id": "IC_kwDOBm6k_c5jd9c1", "user": {"value": 9599, "label": "simonw"}, "created_at": "2023-08-08T02:00:22Z", "updated_at": "2023-08-08T02:00:37Z", "author_association": "OWNER", "body": "Shipped: https://latest.datasette.io/_memory.json?sql=select+sqlite_version()\r\n```json\r\n{\r\n \"rows\": [\r\n {\r\n \"sqlite_version()\": \"3.34.1\"\r\n }\r\n ],\r\n \"columns\": [\r\n \"sqlite_version()\"\r\n ],\r\n \"ok\": true,\r\n \"truncated\": false\r\n}\r\n```", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 1822937426, "label": "Implement new /content.json?sql=..."}, "performed_via_github_app": null}