home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 709705624

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/186#issuecomment-709705624 https://api.github.com/repos/simonw/sqlite-utils/issues/186 709705624 MDEyOklzc3VlQ29tbWVudDcwOTcwNTYyNA== 9599 2020-10-16T03:14:39Z 2020-10-16T03:14:39Z OWNER

How should this work with extractions covering multiple columns?

If there's a single column then it makes sense that a null value would not be extracted into the lookup table, but would instead become stay as null.

For a multiple column extraction, provided at least one of those columns is not null It should map to a record in the lookup table. Only if ALL of the extracted columns are null should the lookup value stay null.

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