home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 968435041

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/339#issuecomment-968435041 https://api.github.com/repos/simonw/sqlite-utils/issues/339 968435041 IC_kwDOCGYnMM45uSVh 9599 2021-11-15T01:44:42Z 2021-11-15T01:44:42Z OWNER

lookup(column_values, extra_values) is one option.

column_values isn't actually a great name for the first parameter any more, since the second parameter also takes column values. The first parameter is now all about the unique lookup values.

Maybe this:

lookup(lookup_values, extra_values)
{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
1053122092  
Powered by Datasette · Queries took 0.974ms · About: github-to-sqlite