issue_comments
3 rows where issue = 525254973
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 |
---|---|---|---|---|---|---|---|---|---|---|---|
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 | Example: https://v0-32.datasette.io/fixtures/infinity?rowid__gt=1 | {"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: https://github.com/simonw/datasette/blob/a9909c29ccac771c23c2ef22b89d10697b5256b9/datasette/views/table.py#L590-L592 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 | |
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 `Link` column isn't displayed in the filters, as seen in this screenshot from #162: <img width="729" alt="food-trucks__applicant__131_rows" src="https://user-images.githubusercontent.com/9599/33583381-ece18de6-d90e-11e7-8287-d5e4813dcb78.png"> 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 |
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]);