issue_comments
2 rows where issue = 629535669
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 |
---|---|---|---|---|---|---|---|---|---|---|---|
637832651 | https://github.com/simonw/datasette/issues/794#issuecomment-637832651 | https://api.github.com/repos/simonw/datasette/issues/794 | MDEyOklzc3VlQ29tbWVudDYzNzgzMjY1MQ== | simonw 9599 | 2020-06-02T22:10:34Z | 2020-06-02T22:10:34Z | OWNER | Demo: https://latest.datasette.io/-/plugins?all=1 ```json [ { "name": "datasette.facets", "static": false, "templates": false, "version": null, "hooks": [ "register_facet_classes" ] }, { "name": "datasette.publish.cloudrun", "static": false, "templates": false, "version": null, "hooks": [ "publish_subcommand" ] }, { "name": "datasette.actor_auth_cookie", "static": false, "templates": false, "version": null, "hooks": [ "actor_from_request" ] }, { "name": "datasette.default_permissions", "static": false, "templates": false, "version": null, "hooks": [ "permission_allowed" ] }, { "name": "datasette.sql_functions", "static": false, "templates": false, "version": null, "hooks": [ "prepare_connection" ] }, { "name": "datasette.publish.heroku", "static": false, "templates": false, "version": null, "hooks": [ "publish_subcommand" ] } ] ``` | {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} | Show hooks implemented by each plugin on /-/plugins 629535669 | |
637841942 | https://github.com/simonw/datasette/issues/794#issuecomment-637841942 | https://api.github.com/repos/simonw/datasette/issues/794 | MDEyOklzc3VlQ29tbWVudDYzNzg0MTk0Mg== | simonw 9599 | 2020-06-02T22:30:17Z | 2020-06-02T22:30:17Z | OWNER | Another demo: https://til.simonwillison.net/-/plugins | {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} | Show hooks implemented by each plugin on /-/plugins 629535669 |
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]);