issue_comments
2 rows where issue = 503190241
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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 538809457 | https://github.com/simonw/datasette/issues/584#issuecomment-538809457 | https://api.github.com/repos/simonw/datasette/issues/584 | MDEyOklzc3VlQ29tbWVudDUzODgwOTQ1Nw== | simonw 9599 | 2019-10-07T01:18:02Z | 2019-10-07T01:18:02Z | OWNER | https://github.com/simonw/datasette/blob/f04deebec4f3842f7bd610cd5859de529f77d50e/datasette/views/base.py#L310 | {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} | Codec error in some CSV exports 503190241 | |
| 543427426 | https://github.com/simonw/datasette/issues/584#issuecomment-543427426 | https://api.github.com/repos/simonw/datasette/issues/584 | MDEyOklzc3VlQ29tbWVudDU0MzQyNzQyNg== | simonw 9599 | 2019-10-18T00:39:15Z | 2019-10-18T00:39:15Z | OWNER | It looks like this is the problem: https://github.com/simonw/datasette/blob/90d4f497f9b3f6a5882937c91fddb496ac3e7368/datasette/utils/asgi.py#L216-L223 That should be `utf-8`. | {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} | Codec error in some CSV exports 503190241 |
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]);