issue_comments
4 rows where issue = 341123355 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Requesting support for query description · 4 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | issue | performed_via_github_app |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 405138460 | https://github.com/simonw/datasette/issues/342#issuecomment-405138460 | https://api.github.com/repos/simonw/datasette/issues/342 | MDEyOklzc3VlQ29tbWVudDQwNTEzODQ2MA== | simonw 9599 | 2018-07-16T02:42:32Z | 2018-07-16T02:42:32Z | OWNER | {
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Requesting support for query description 341123355 | ||
| 404954672 | https://github.com/simonw/datasette/issues/342#issuecomment-404954672 | https://api.github.com/repos/simonw/datasette/issues/342 | MDEyOklzc3VlQ29tbWVudDQwNDk1NDY3Mg== | simonw 9599 | 2018-07-13T21:09:01Z | 2018-07-13T21:09:01Z | OWNER | So it would look like this:
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Requesting support for query description 341123355 | |
| 404954202 | https://github.com/simonw/datasette/issues/342#issuecomment-404954202 | https://api.github.com/repos/simonw/datasette/issues/342 | MDEyOklzc3VlQ29tbWVudDQwNDk1NDIwMg== | simonw 9599 | 2018-07-13T21:06:53Z | 2018-07-13T21:07:13Z | OWNER | https://timezones-api.now.sh/-/metadata currently shows this:
We could support the value part of the |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Requesting support for query description 341123355 | |
| 404953877 | https://github.com/simonw/datasette/issues/342#issuecomment-404953877 | https://api.github.com/repos/simonw/datasette/issues/342 | MDEyOklzc3VlQ29tbWVudDQwNDk1Mzg3Nw== | simonw 9599 | 2018-07-13T21:05:12Z | 2018-07-13T21:05:12Z | OWNER | That's a good idea. We already do this for tables - e.g. on https://fivethirtyeight.datasettes.com/fivethirtyeight-ac35616/most-common-name%2Fsurnames - so having it as an option for canned queries definitely makes sense. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Requesting support for query description 341123355 |
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