issue_comments
3 rows where issue = 525254973 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- rowid is not included in dropdown filter menus · 3 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | issue | performed_via_github_app |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 555755906 | https://github.com/simonw/datasette/issues/636#issuecomment-555755906 | https://api.github.com/repos/simonw/datasette/issues/636 | MDEyOklzc3VlQ29tbWVudDU1NTc1NTkwNg== | simonw 9599 | 2019-11-19T23:00:41Z | 2019-11-19T23:00:41Z | OWNER | So I need to make sure the
I'll add a test for that against this table: https://v0-32.datasette.io/fixtures/compound_primary_key |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
rowid is not included in dropdown filter menus 525254973 | |
| 555754912 | https://github.com/simonw/datasette/issues/636#issuecomment-555754912 | https://api.github.com/repos/simonw/datasette/issues/636 | MDEyOklzc3VlQ29tbWVudDU1NTc1NDkxMg== | simonw 9599 | 2019-11-19T22:57:20Z | 2019-11-19T22:57:20Z | OWNER | Weird, it looks like this was a deliberate decision: From this commit - https://github.com/simonw/datasette/commit/52a5e95d21c9b2b7b50f5bc423e3746ae0538734 - which closed #162 |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
rowid is not included in dropdown filter menus 525254973 | |
| 555704829 | https://github.com/simonw/datasette/issues/636#issuecomment-555704829 | https://api.github.com/repos/simonw/datasette/issues/636 | MDEyOklzc3VlQ29tbWVudDU1NTcwNDgyOQ== | simonw 9599 | 2019-11-19T20:44:49Z | 2019-11-19T20:44:49Z | OWNER | {
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
rowid is not included in dropdown filter menus 525254973 |
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