issue_comments
4 rows where author_association = "OWNER", issue = 520715188 and user = 9599 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date)
issue 1
- Datasette should work with Python 3.8 (and drop compatibility with Python 3.5) · 4 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | issue | performed_via_github_app |
---|---|---|---|---|---|---|---|---|---|---|---|
552745890 | https://github.com/simonw/datasette/issues/622#issuecomment-552745890 | https://api.github.com/repos/simonw/datasette/issues/622 | MDEyOklzc3VlQ29tbWVudDU1Mjc0NTg5MA== | simonw 9599 | 2019-11-12T05:52:49Z | 2019-11-12T05:52:49Z | OWNER | Released in Datasette 0.31. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Datasette should work with Python 3.8 (and drop compatibility with Python 3.5) 520715188 | |
552731544 | https://github.com/simonw/datasette/issues/622#issuecomment-552731544 | https://api.github.com/repos/simonw/datasette/issues/622 | MDEyOklzc3VlQ29tbWVudDU1MjczMTU0NA== | simonw 9599 | 2019-11-12T04:41:48Z | 2019-11-12T04:41:48Z | OWNER | Here's where Python 3.5 started failing: https://travis-ci.org/simonw/datasette/builds/610682852 |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Datasette should work with Python 3.8 (and drop compatibility with Python 3.5) 520715188 | |
552730304 | https://github.com/simonw/datasette/issues/622#issuecomment-552730304 | https://api.github.com/repos/simonw/datasette/issues/622 | MDEyOklzc3VlQ29tbWVudDU1MjczMDMwNA== | simonw 9599 | 2019-11-12T04:34:55Z | 2019-11-12T04:34:55Z | OWNER | Confirmed: upgrading to |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Datasette should work with Python 3.8 (and drop compatibility with Python 3.5) 520715188 | |
552729978 | https://github.com/simonw/datasette/issues/622#issuecomment-552729978 | https://api.github.com/repos/simonw/datasette/issues/622 | MDEyOklzc3VlQ29tbWVudDU1MjcyOTk3OA== | simonw 9599 | 2019-11-12T04:33:00Z | 2019-11-12T04:33:00Z | OWNER | Here's the error I'm getting with Python 3.8 at the moment:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Datasette should work with Python 3.8 (and drop compatibility with Python 3.5) 520715188 |
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