issue_comments
2 rows where issue = 382471625 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Bump dependency versions · 2 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | issue | performed_via_github_app |
---|---|---|---|---|---|---|---|---|---|---|---|
553555669 | https://github.com/simonw/datasette/pull/389#issuecomment-553555669 | https://api.github.com/repos/simonw/datasette/issues/389 | MDEyOklzc3VlQ29tbWVudDU1MzU1NTY2OQ== | simonw 9599 | 2019-11-13T19:13:41Z | 2019-11-13T19:13:41Z | OWNER | This is very obsolete now. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Bump dependency versions 382471625 | |
440128762 | https://github.com/simonw/datasette/pull/389#issuecomment-440128762 | https://api.github.com/repos/simonw/datasette/issues/389 | MDEyOklzc3VlQ29tbWVudDQ0MDEyODc2Mg== | simonw 9599 | 2018-11-20T03:52:11Z | 2018-11-20T03:52:11Z | OWNER | The problem is Sanic. Here's the error I'm getting: ``` (venv) datasette $ pytest -x ============================================================= test session starts ============================================================== platform darwin -- Python 3.7.1, pytest-4.0.0, py-1.7.0, pluggy-0.8.0 rootdir: /Users/simonw/Dropbox/Development/datasette, inifile: collected 258 items tests/test_api.py ...................F =================================================================== FAILURES =================================================================== _________ test_table_with_slashes_in_name ____________ app_client = <tests.fixtures.TestClient object at 0x10ada7d68>
That's because something about how Sanic handles escape characters in URLs changed between 0.7.0 and 0.8.3. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Bump dependency versions 382471625 |
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