{"html_url": "https://github.com/simonw/datasette/issues/161#issuecomment-348860191", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/161", "id": 348860191, "node_id": "MDEyOklzc3VlQ29tbWVudDM0ODg2MDE5MQ==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2017-12-04T04:52:14Z", "updated_at": "2017-12-04T04:52:14Z", "author_association": "OWNER", "body": "Seems like a reasonable thing for us to support.", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 278814220, "label": "Support WITH query "}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/161#issuecomment-350108113", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/161", "id": 350108113, "node_id": "MDEyOklzc3VlQ29tbWVudDM1MDEwODExMw==", "user": {"value": 388154, "label": "wsxiaoys"}, "created_at": "2017-12-07T22:02:24Z", "updated_at": "2017-12-07T22:02:24Z", "author_association": "NONE", "body": "It's not throwing the validation error anymore, but i still cannot run following with query:\r\n```\r\nWITH RECURSIVE cnt(x) AS (SELECT 1 UNION ALL SELECT x+1 FROM cnt LIMIT 10) SELECT x FROM cnt;\r\n```\r\n\r\nI got `near \"WITH\": syntax error`.", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 278814220, "label": "Support WITH query "}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/161#issuecomment-350158037", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/161", "id": 350158037, "node_id": "MDEyOklzc3VlQ29tbWVudDM1MDE1ODAzNw==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2017-12-08T02:52:34Z", "updated_at": "2017-12-08T02:52:34Z", "author_association": "OWNER", "body": "That might mean your version of SQLite doesn't support that syntax. Unfortunately the version bundled with Python is a bit old - the one built by the Dockerfile in this repo should handle it though.", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 278814220, "label": "Support WITH query "}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/161#issuecomment-350182904", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/161", "id": 350182904, "node_id": "MDEyOklzc3VlQ29tbWVudDM1MDE4MjkwNA==", "user": {"value": 388154, "label": "wsxiaoys"}, "created_at": "2017-12-08T06:18:12Z", "updated_at": "2017-12-08T06:18:12Z", "author_association": "NONE", "body": "You're right..got this resolved after upgrading the sqlite version.\r\n\r\nThanks you!", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 278814220, "label": "Support WITH query "}, "performed_via_github_app": null}