{"html_url": "https://github.com/simonw/datasette/issues/397#issuecomment-453251589", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/397", "id": 453251589, "node_id": "MDEyOklzc3VlQ29tbWVudDQ1MzI1MTU4OQ==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2019-01-10T20:59:42Z", "updated_at": "2019-01-10T20:59:42Z", "author_association": "OWNER", "body": "What version of SQLite are you seeing in Datasette? You can tell by hitting http://localhost:8001/-/versions - e.g. here: https://latest.datasette.io/-/versions\r\n\r\nMy best guess is that your Python SQLite module is running an older version that doesn't support window functions.\r\n\r\nOne way you can fix that is with the `pysqlite3` module - try running this in your virtual environment:\r\n\r\n pip install git+git://github.com/karlb/pysqlite3\r\n\r\nThat's using a fork of the official module that embeds a full recent SQLite. See this issue thread for more details: https://github.com/coleifer/pysqlite3/issues/2", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 397129564, "label": "Update official datasetteproject/datasette Docker container to SQLite 3.26.0"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/397#issuecomment-453252024", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/397", "id": 453252024, "node_id": "MDEyOklzc3VlQ29tbWVudDQ1MzI1MjAyNA==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2019-01-10T21:00:57Z", "updated_at": "2019-01-10T21:00:57Z", "author_association": "OWNER", "body": "Oh I just saw you're using the official Datasette docker package - yeah, that's not bundled with a recent SQLite at the moment. We should update that:\r\n\r\nhttps://github.com/simonw/datasette/blob/5b026115126bedbb66457767e169139146d1c9fd/Dockerfile#L9-L11", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 397129564, "label": "Update official datasetteproject/datasette Docker container to SQLite 3.26.0"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/271#issuecomment-453262703", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/271", "id": 453262703, "node_id": "MDEyOklzc3VlQ29tbWVudDQ1MzI2MjcwMw==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2019-01-10T21:35:18Z", "updated_at": "2019-01-10T21:35:18Z", "author_association": "OWNER", "body": "It turns out this was much easier to support than I expected: https://github.com/simonw/datasette/commit/eac08f0dfc61a99e8887442fc247656d419c76f8", "reactions": "{\"total_count\": 1, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 1, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 324162476, "label": "Mechanism for automatically picking up changes when on-disk .db file changes"}, "performed_via_github_app": null}