issue_comments
4 rows where author_association = "OWNER", issue = 1318907685 and user = 9599 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: updated_at (date)
issue 1
- 500 error if sorted by a column not in the ?_col= list · 4 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | issue | performed_via_github_app |
---|---|---|---|---|---|---|---|---|---|---|---|
1214407104 | https://github.com/simonw/datasette/issues/1773#issuecomment-1214407104 | https://api.github.com/repos/simonw/datasette/issues/1773 | IC_kwDOBm6k_c5IYmHA | simonw 9599 | 2022-08-14T16:06:25Z | 2022-08-14T16:06:25Z | OWNER | { "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
500 error if sorted by a column not in the ?_col= list 1318907685 | ||
1196167102 | https://github.com/simonw/datasette/issues/1773#issuecomment-1196167102 | https://api.github.com/repos/simonw/datasette/issues/1773 | IC_kwDOBm6k_c5HTA-- | simonw 9599 | 2022-07-27T01:28:02Z | 2022-07-27T01:28:02Z | OWNER | So code would look something like this:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
500 error if sorted by a column not in the ?_col= list 1318907685 | |
1196166269 | https://github.com/simonw/datasette/issues/1773#issuecomment-1196166269 | https://api.github.com/repos/simonw/datasette/issues/1773 | IC_kwDOBm6k_c5HTAx9 | simonw 9599 | 2022-07-27T01:26:09Z | 2022-07-27T01:26:09Z | OWNER | So the problem here is that in generating the Possible fixes:
Not sure which solution is more elegant. I think it might be the second one. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
500 error if sorted by a column not in the ?_col= list 1318907685 | |
1196165351 | https://github.com/simonw/datasette/issues/1773#issuecomment-1196165351 | https://api.github.com/repos/simonw/datasette/issues/1773 | IC_kwDOBm6k_c5HTAjn | simonw 9599 | 2022-07-27T01:24:13Z | 2022-07-27T01:24:13Z | OWNER | Traceback:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
500 error if sorted by a column not in the ?_col= list 1318907685 |
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