issue_comments
2 rows where issue = 1223527226
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 |
---|---|---|---|---|---|---|---|---|---|---|---|
1214407462 | https://github.com/simonw/datasette/issues/1738#issuecomment-1214407462 | https://api.github.com/repos/simonw/datasette/issues/1738 | IC_kwDOBm6k_c5IYmMm | simonw 9599 | 2022-08-14T16:08:23Z | 2022-08-14T16:09:49Z | OWNER | This isn't just a mobile display issue. https://latest.datasette.io/fixtures/compound_three_primary_keys?_sort_desc=pk1 - click "Apply" and each time it adds another `?_sort_desc=pk1` to the URL. This doesn't happen for `?_sort=pk` - only for `?_sort_desc=pk1`: https://latest.datasette.io/fixtures/compound_three_primary_keys?_sort=pk1 | {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} | "Cannot use _sort and _sort_desc at the same time" 1223527226 | |
1214408429 | https://github.com/simonw/datasette/issues/1738#issuecomment-1214408429 | https://api.github.com/repos/simonw/datasette/issues/1738 | IC_kwDOBm6k_c5IYmbt | simonw 9599 | 2022-08-14T16:13:55Z | 2022-08-14T16:13:55Z | OWNER | That fixed both bugs. | {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} | "Cannot use _sort and _sort_desc at the same time" 1223527226 |
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]);