issue_comments: 673104851
This data as json
html_url | issue_url | id | node_id | user | created_at | updated_at | author_association | body | reactions | issue | performed_via_github_app |
---|---|---|---|---|---|---|---|---|---|---|---|
https://github.com/simonw/datasette/issues/931#issuecomment-673104851 | https://api.github.com/repos/simonw/datasette/issues/931 | 673104851 | MDEyOklzc3VlQ29tbWVudDY3MzEwNDg1MQ== | 9599 | 2020-08-12T20:52:08Z | 2020-08-12T20:52:08Z | OWNER | ``` docker run -p 8001:8001 -v `pwd`:/mnt \ datasette-updated-spatialite \ datasette -p 8001 -h 0.0.0.0 /mnt/fixtures.db --load-extension=/usr/local/lib/mod_spatialite.so ``` This seems to work `/-/versions` reports the SpatiaLite versions as expected: ``` "extensions": { "json1": null, "spatialite": "4.4.0-RC0" }, ``` | {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} | 677926613 |