{"html_url": "https://github.com/simonw/datasette/issues/276#issuecomment-392279508", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/276", "id": 392279508, "node_id": "MDEyOklzc3VlQ29tbWVudDM5MjI3OTUwOA==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2018-05-26T18:32:07Z", "updated_at": "2018-05-26T18:32:07Z", "author_association": "OWNER", "body": "Related: I started the documentation for using SpatiaLite with Datasette here: https://datasette.readthedocs.io/en/latest/spatialite.html", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 324835838, "label": "Handle spatialite geometry columns better"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/276#issuecomment-392279644", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/276", "id": 392279644, "node_id": "MDEyOklzc3VlQ29tbWVudDM5MjI3OTY0NA==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2018-05-26T18:34:21Z", "updated_at": "2018-05-26T18:34:21Z", "author_association": "OWNER", "body": "I've been thinking a bit about modifying the SQL select statement used for the table view recently. I've run into a few examples of SQLite database that slow to a crawl when viewed with datasette because the rows are too big, so there's definitely scope for supporting custom select clauses (avoiding some columns, showing length(colname) for others).", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 324835838, "label": "Handle spatialite geometry columns better"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/288#issuecomment-392288531", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/288", "id": 392288531, "node_id": "MDEyOklzc3VlQ29tbWVudDM5MjI4ODUzMQ==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2018-05-26T21:14:37Z", "updated_at": "2019-04-15T23:01:17Z", "author_association": "OWNER", "body": "This might also be an opportunity to support an __in= operator - though that's an odd one as it acts equivalent to an OR whereas every other parameter is combined with an AND\r\n\r\nUPDATE 15th April 2019: I implemented `?column__in=` in a different way, see #433 ", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 326767626, "label": "Support multiple filters of the same type"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/289#issuecomment-392288990", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/289", "id": 392288990, "node_id": "MDEyOklzc3VlQ29tbWVudDM5MjI4ODk5MA==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2018-05-26T21:24:10Z", "updated_at": "2018-05-26T21:24:10Z", "author_association": "OWNER", "body": "An example of a query where you might want to use this option: https://fivethirtyeight.datasettes.com/fivethirtyeight-5de27e3?sql=select+rowid%2C+*+from+%5Balcohol-consumption%2Fdrinks%5D+order+by+random%28%29+limit+1", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 326768188, "label": "?_ttl= parameter to control caching"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/289#issuecomment-392291605", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/289", "id": 392291605, "node_id": "MDEyOklzc3VlQ29tbWVudDM5MjI5MTYwNQ==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2018-05-26T22:20:02Z", "updated_at": "2018-05-26T22:20:02Z", "author_association": "OWNER", "body": "Documented here https://datasette.readthedocs.io/en/latest/json_api.html#special-table-arguments and here: https://datasette.readthedocs.io/en/latest/config.html#default-cache-ttl", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 326768188, "label": "?_ttl= parameter to control caching"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/289#issuecomment-392291716", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/289", "id": 392291716, "node_id": "MDEyOklzc3VlQ29tbWVudDM5MjI5MTcxNg==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2018-05-26T22:22:47Z", "updated_at": "2018-05-26T22:22:47Z", "author_association": "OWNER", "body": "Demo: hit refresh on https://fivethirtyeight.datasettes.com/fivethirtyeight-5de27e3?sql=select+rowid%2C+*+from+%5Balcohol-consumption%2Fdrinks%5D+order+by+random%28%29+limit+1&_ttl=0", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 326768188, "label": "?_ttl= parameter to control caching"}, "performed_via_github_app": null}