issue_comments
2 rows where issue = 927766296
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 |
---|---|---|---|---|---|---|---|---|---|---|---|
866461926 | https://github.com/simonw/sqlite-utils/issues/291#issuecomment-866461926 | https://api.github.com/repos/simonw/sqlite-utils/issues/291 | MDEyOklzc3VlQ29tbWVudDg2NjQ2MTkyNg== | simonw 9599 | 2021-06-23T01:59:57Z | 2021-06-23T01:59:57Z | OWNER | That shouldn't be failing: it's complaining about these: https://github.com/simonw/sqlite-utils/blob/02898bf7af4a4e484ecc8ec852d5fee98463277b/tests/test_register_function.py#L56-L67 But I added `# noqa: F811` to them. | {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} | Adopt flake8 927766296 | |
866466388 | https://github.com/simonw/sqlite-utils/issues/291#issuecomment-866466388 | https://api.github.com/repos/simonw/sqlite-utils/issues/291 | MDEyOklzc3VlQ29tbWVudDg2NjQ2NjM4OA== | simonw 9599 | 2021-06-23T02:10:24Z | 2021-06-23T02:10:24Z | OWNER | This already helped me spot a bug in a test: https://github.com/simonw/sqlite-utils/commit/90e211e3e2f36d2ff911ecf1afe4470ff45c7c0d#diff-4e8715c7a425ee52e74b7df4d34efd32e8c92f3e60bd51bc2e1ad5943b82032eL1160-L1161 | {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} | Adopt flake8 927766296 |
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]);