home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 753660379

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-753660379 https://api.github.com/repos/simonw/sqlite-utils/issues/215 753660379 MDEyOklzc3VlQ29tbWVudDc1MzY2MDM3OQ== 9599 2021-01-03T18:50:15Z 2021-01-03T18:50:15Z OWNER

python def cached_counts(self, tables=None): sql = "select [table], count from {}".format(self._counts_table_name) if tables: sql += " where [table] in ({})".format(", ".join("?" for table in tables)) return {r[0]: r[1] for r in self.execute(sql, tables).fetchall()}

{
    "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 0.96ms · About: github-to-sqlite