home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 669241341

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/dogsheep/swarm-to-sqlite/issues/8#issuecomment-669241341 https://api.github.com/repos/dogsheep/swarm-to-sqlite/issues/8 669241341 MDEyOklzc3VlQ29tbWVudDY2OTI0MTM0MQ== 9599 2020-08-05T14:55:14Z 2020-08-05T14:55:14Z MEMBER

Looks like there's a column that's not consistently there, so the table got created without it.

Easiest fix is to add alter=True to this line:

https://github.com/dogsheep/swarm-to-sqlite/blob/f4a82633da927cde672c9d9af92930bfca2e3ddf/swarm_to_sqlite/utils.py#L94

That will cause sqlite-utils to notice if there's a missing column and add it.

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