home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1258738740

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/1818#issuecomment-1258738740 https://api.github.com/repos/simonw/datasette/issues/1818 1258738740 IC_kwDOBm6k_c5LBtQ0 5363 2022-09-26T22:52:45Z 2022-09-26T22:55:57Z NONE

thoughts on order of precedence to use:

  • sqlite-utils count, if present. closest thing to a standard i guess.
  • row(max_id) if like, the first and/or last x amount of rows ids are all contiguous. kind of a cheap/dumb/imperfect heuristic to see if the table is dump/not dump. if the check passes, still stick on est. after the display.
  • count(*) if enabled in datasette
{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
1384549993  
Powered by Datasette · Queries took 0.676ms · About: github-to-sqlite