home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 453330680

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/397#issuecomment-453330680 https://api.github.com/repos/simonw/datasette/issues/397 453330680 MDEyOklzc3VlQ29tbWVudDQ1MzMzMDY4MA== 9599 2019-01-11T01:17:11Z 2019-01-11T01:25:33Z OWNER

If you pull the latest image you should get the right SQLite version now:

docker pull datasetteproject/datasette
docker run -p 8001:8001 \
    datasetteproject/datasette \
    datasette -p 8001 -h 0.0.0.0

http://0.0.0.0:8001/-/versions now gives me:

"version": "3.26.0"

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
397129564  
Powered by Datasette · Queries took 0.877ms · About: github-to-sqlite