{"html_url": "https://github.com/simonw/datasette/issues/1588#issuecomment-1012554208", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/1588", "id": 1012554208, "node_id": "IC_kwDOBm6k_c48Wlng", "user": {"value": 9599, "label": "simonw"}, "created_at": "2022-01-13T22:07:15Z", "updated_at": "2022-01-13T22:07:15Z", "author_association": "OWNER", "body": "This works now: https://latest.datasette.io/fixtures?sql=explain+query+plan++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": 1097101917, "label": "`explain query plan select` is too strict about whitespace"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/1588#issuecomment-1008227436", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/1588", "id": 1008227436, "node_id": "IC_kwDOBm6k_c48GFRs", "user": {"value": 9599, "label": "simonw"}, "created_at": "2022-01-09T04:23:37Z", "updated_at": "2022-01-09T04:25:04Z", "author_association": "OWNER", "body": "Relevant code: https://github.com/simonw/datasette/blob/85849935292e500ab7a99f8fe0f9546e903baad3/datasette/utils/__init__.py#L163-L170\r\n\r\nhttps://github.com/simonw/datasette/blob/85849935292e500ab7a99f8fe0f9546e903baad3/datasette/utils/__init__.py#L195-L204", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 1097101917, "label": "`explain query plan select` is too strict about whitespace"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/1588#issuecomment-1008227491", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/1588", "id": 1008227491, "node_id": "IC_kwDOBm6k_c48GFSj", "user": {"value": 9599, "label": "simonw"}, "created_at": "2022-01-09T04:24:09Z", "updated_at": "2022-01-09T04:24:09Z", "author_association": "OWNER", "body": "I think this is the fix:\r\n```python\r\nre.compile(r\"^explain\\s+query\\s+plan\\s+select\\b\"),\r\n```", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 1097101917, "label": "`explain query plan select` is too strict about whitespace"}, "performed_via_github_app": null}