issue_comments
3 rows where issue = 611252244
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
id ▼ | html_url | issue_url | node_id | user | created_at | updated_at | author_association | body | reactions | issue | performed_via_github_app |
---|---|---|---|---|---|---|---|---|---|---|---|
622998529 | https://github.com/simonw/datasette/issues/750#issuecomment-622998529 | https://api.github.com/repos/simonw/datasette/issues/750 | MDEyOklzc3VlQ29tbWVudDYyMjk5ODUyOQ== | simonw 9599 | 2020-05-02T18:56:00Z | 2020-05-02T18:56:00Z | OWNER | So that I can do this: https://github-to-sqlite.dogsheep.net/github/dependent_repos?_where=dependent%20not%20like%20%27%simonw/%%27 | {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} | Add notlike table filter 611252244 | |
622999623 | https://github.com/simonw/datasette/issues/750#issuecomment-622999623 | https://api.github.com/repos/simonw/datasette/issues/750 | MDEyOklzc3VlQ29tbWVudDYyMjk5OTYyMw== | simonw 9599 | 2020-05-02T19:05:07Z | 2020-05-02T19:05:07Z | OWNER | <img width="672" alt="data__names__5_rows_where_where_name_not_like__Sim___sorted_by_rowid" src="https://user-images.githubusercontent.com/9599/80873394-116e8100-8c6d-11ea-9814-5ae66d3ba869.png"> | {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} | Add notlike table filter 611252244 | |
623000252 | https://github.com/simonw/datasette/issues/750#issuecomment-623000252 | https://api.github.com/repos/simonw/datasette/issues/750 | MDEyOklzc3VlQ29tbWVudDYyMzAwMDI1Mg== | simonw 9599 | 2020-05-02T19:10:44Z | 2020-05-02T19:10:44Z | OWNER | Demo: https://latest.datasette.io/fixtures/roadside_attractions?name__notlike=%25museum%25 Docs: https://datasette.readthedocs.io/en/latest/json_api.html#column-filter-arguments | {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} | Add notlike table filter 611252244 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [issue_comments] ( [html_url] TEXT, [issue_url] TEXT, [id] INTEGER PRIMARY KEY, [node_id] TEXT, [user] INTEGER REFERENCES [users]([id]), [created_at] TEXT, [updated_at] TEXT, [author_association] TEXT, [body] TEXT, [reactions] TEXT, [issue] INTEGER REFERENCES [issues]([id]) , [performed_via_github_app] TEXT); CREATE INDEX [idx_issue_comments_issue] ON [issue_comments] ([issue]); CREATE INDEX [idx_issue_comments_user] ON [issue_comments] ([user]);