home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 753545757

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/sqlite-utils/issues/215#issuecomment-753545757 https://api.github.com/repos/simonw/sqlite-utils/issues/215 753545757 MDEyOklzc3VlQ29tbWVudDc1MzU0NTc1Nw== 9599 2021-01-02T23:58:07Z 2021-01-02T23:58:07Z OWNER

Thought: maybe there should be a .reset_counts() method too, for if the table gets out of date with the triggers.

One way that could happen is if a table is dropped and recreated - the counts in the _counts table would likely no longer match the number of rows in that table.

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