home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 997460731

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/1547#issuecomment-997460731 https://api.github.com/repos/simonw/datasette/issues/1547 997460731 IC_kwDOBm6k_c47dAr7 9599 2021-12-19T21:02:15Z 2021-12-19T21:02:15Z OWNER

Yes, this is a bug. It looks like the problem is with the if write: branch in this code here: https://github.com/simonw/datasette/blob/5fac26aa221a111d7633f2dd92014641f7c0ade9/datasette/views/database.py#L252-L327

Is missing this bit of code:

https://github.com/simonw/datasette/blob/5fac26aa221a111d7633f2dd92014641f7c0ade9/datasette/views/database.py#L343-L347

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