home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 412356746

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/359#issuecomment-412356746 https://api.github.com/repos/simonw/datasette/issues/359 412356746 MDEyOklzc3VlQ29tbWVudDQxMjM1Njc0Ng== 9599 2018-08-12T17:05:00Z 2018-08-12T17:05:00Z OWNER

And here's the query for pulling back every record tagged with a specific tag:

https://latest-code.datasette.io/code-a26fa3c?sql=select+*+from+definitions+where+rowid+in+%28%0D%0A++select+definitions.rowid%0D%0A++from+definitions+join+json_each%28params%29+j%0D%0A++where+j.value+%3D+%3Atag%0D%0A%29&tag=filename

select * from definitions where rowid in ( select definitions.rowid from definitions join json_each(params) j where j.value = :tag )

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