issue_comments
4 rows where author_association = "OWNER", issue = 658476055 and user = 9599 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Use white-space: pre-wrap on ALL table cell contents · 4 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | issue | performed_via_github_app |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 659773897 | https://github.com/simonw/datasette/issues/896#issuecomment-659773897 | https://api.github.com/repos/simonw/datasette/issues/896 | MDEyOklzc3VlQ29tbWVudDY1OTc3Mzg5Nw== | simonw 9599 | 2020-07-17T01:26:08Z | 2020-07-17T01:26:08Z | OWNER | I manually tested it with those plugins and it seems to interoperate just fine - since both of those use |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Use white-space: pre-wrap on ALL table cell contents 658476055 | |
| 659734703 | https://github.com/simonw/datasette/issues/896#issuecomment-659734703 | https://api.github.com/repos/simonw/datasette/issues/896 | MDEyOklzc3VlQ29tbWVudDY1OTczNDcwMw== | simonw 9599 | 2020-07-16T23:34:57Z | 2020-07-16T23:34:57Z | OWNER | I'm worried about how this will interact with some of the plugins: |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Use white-space: pre-wrap on ALL table cell contents 658476055 | |
| 659615034 | https://github.com/simonw/datasette/issues/896#issuecomment-659615034 | https://api.github.com/repos/simonw/datasette/issues/896 | MDEyOklzc3VlQ29tbWVudDY1OTYxNTAzNA== | simonw 9599 | 2020-07-16T19:14:07Z | 2020-07-16T19:14:07Z | OWNER | {
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Use white-space: pre-wrap on ALL table cell contents 658476055 | ||
| 659610687 | https://github.com/simonw/datasette/issues/896#issuecomment-659610687 | https://api.github.com/repos/simonw/datasette/issues/896 | MDEyOklzc3VlQ29tbWVudDY1OTYxMDY4Nw== | simonw 9599 | 2020-07-16T19:05:43Z | 2020-07-16T19:05:43Z | OWNER | I'm going to give this a go - if it turns out to be a bad idea I can revert it back out again. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Use white-space: pre-wrap on ALL table cell contents 658476055 |
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]);

user 1