issue_comments
2 rows where author_association = "OWNER" and issue = 712202333 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- SQL editor should allow execution of write queries, if you have permission · 2 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | issue | performed_via_github_app |
---|---|---|---|---|---|---|---|---|---|---|---|
701585695 | https://github.com/simonw/datasette/issues/982#issuecomment-701585695 | https://api.github.com/repos/simonw/datasette/issues/982 | MDEyOklzc3VlQ29tbWVudDcwMTU4NTY5NQ== | simonw 9599 | 2020-09-30T19:06:29Z | 2020-09-30T19:06:29Z | OWNER | This is a little related to the error display issue #619 in that both will require some reworking of how the code is structured. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
SQL editor should allow execution of write queries, if you have permission 712202333 | |
701585075 | https://github.com/simonw/datasette/issues/982#issuecomment-701585075 | https://api.github.com/repos/simonw/datasette/issues/982 | MDEyOklzc3VlQ29tbWVudDcwMTU4NTA3NQ== | simonw 9599 | 2020-09-30T19:05:11Z | 2020-09-30T19:05:11Z | OWNER | The form needs to switch from GET to POST if the query is a write query. JavaScript can handle this based on the checkbox - if a user does not have JavaScript submitting the form will cause the form action to be changed to POST and the form to be redisplayed. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
SQL editor should allow execution of write queries, if you have permission 712202333 |
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