issue_comments
6 rows where "created_at" is on date 2020-03-16, issue = 582517965 and "updated_at" is on date 2020-03-16 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Ability for a canned query to write to the database · 6 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | issue | performed_via_github_app |
---|---|---|---|---|---|---|---|---|---|---|---|
599706260 | https://github.com/simonw/datasette/issues/698#issuecomment-599706260 | https://api.github.com/repos/simonw/datasette/issues/698 | MDEyOklzc3VlQ29tbWVudDU5OTcwNjI2MA== | simonw 9599 | 2020-03-16T18:56:00Z | 2020-03-16T18:56:00Z | OWNER | It would be useful if this feature supported different types of input - at the most basic level |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Ability for a canned query to write to the database 582517965 | |
599704655 | https://github.com/simonw/datasette/issues/698#issuecomment-599704655 | https://api.github.com/repos/simonw/datasette/issues/698 | MDEyOklzc3VlQ29tbWVudDU5OTcwNDY1NQ== | simonw 9599 | 2020-03-16T18:52:23Z | 2020-03-16T18:52:23Z | OWNER | I have code for form parsing in |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Ability for a canned query to write to the database 582517965 | |
599703452 | https://github.com/simonw/datasette/issues/698#issuecomment-599703452 | https://api.github.com/repos/simonw/datasette/issues/698 | MDEyOklzc3VlQ29tbWVudDU5OTcwMzQ1Mg== | simonw 9599 | 2020-03-16T18:49:31Z | 2020-03-16T18:49:31Z | OWNER | Also relevant: this will benefit from an authentication/permissions layer: #699 |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Ability for a canned query to write to the database 582517965 | |
599701145 | https://github.com/simonw/datasette/issues/698#issuecomment-599701145 | https://api.github.com/repos/simonw/datasette/issues/698 | MDEyOklzc3VlQ29tbWVudDU5OTcwMTE0NQ== | simonw 9599 | 2020-03-16T18:44:19Z | 2020-03-16T18:44:40Z | OWNER | This is going to need CSRF protection - see https://github.com/simonw/asgi-csrf |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Ability for a canned query to write to the database 582517965 | |
599697164 | https://github.com/simonw/datasette/issues/698#issuecomment-599697164 | https://api.github.com/repos/simonw/datasette/issues/698 | MDEyOklzc3VlQ29tbWVudDU5OTY5NzE2NA== | simonw 9599 | 2020-03-16T18:35:04Z | 2020-03-16T18:35:27Z | OWNER | By default this will extract the To address this: allow an extra optional |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Ability for a canned query to write to the database 582517965 | |
599696286 | https://github.com/simonw/datasette/issues/698#issuecomment-599696286 | https://api.github.com/repos/simonw/datasette/issues/698 | MDEyOklzc3VlQ29tbWVudDU5OTY5NjI4Ng== | simonw 9599 | 2020-03-16T18:32:59Z | 2020-03-16T18:33:33Z | OWNER |
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Ability for a canned query to write to the database 582517965 |
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