issue_comments
3 rows where issue = 328229224 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Ability to configure SQLite cache_size · 3 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | issue | performed_via_github_app |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 394412217 | https://github.com/simonw/datasette/issues/304#issuecomment-394412217 | https://api.github.com/repos/simonw/datasette/issues/304 | MDEyOklzc3VlQ29tbWVudDM5NDQxMjIxNw== | simonw 9599 | 2018-06-04T16:13:32Z | 2018-06-04T16:13:32Z | OWNER | {
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Ability to configure SQLite cache_size 328229224 | ||
| 394400419 | https://github.com/simonw/datasette/issues/304#issuecomment-394400419 | https://api.github.com/repos/simonw/datasette/issues/304 | MDEyOklzc3VlQ29tbWVudDM5NDQwMDQxOQ== | simonw 9599 | 2018-06-04T15:39:03Z | 2018-06-04T15:39:03Z | OWNER | In the interest of getting this shipped, I'm going to ignore the |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Ability to configure SQLite cache_size 328229224 | |
| 393610731 | https://github.com/simonw/datasette/issues/304#issuecomment-393610731 | https://api.github.com/repos/simonw/datasette/issues/304 | MDEyOklzc3VlQ29tbWVudDM5MzYxMDczMQ== | simonw 9599 | 2018-05-31T17:29:31Z | 2018-05-31T17:30:05Z | OWNER | I prototyped this a while ago here https://github.com/simonw/datasette/commit/04476ead53758044a5f272ae8696b63d6703115e before we had the |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Ability to configure SQLite cache_size 328229224 |
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