issue_comments
6 rows where issue = 1352932038 and user = 9599 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: updated_at (date)
issue 1
- Upgrade `--load-extension` to accept entrypoints like Datasette · 6 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | issue | performed_via_github_app |
---|---|---|---|---|---|---|---|---|---|---|---|
1229130422 | https://github.com/simonw/sqlite-utils/issues/470#issuecomment-1229130422 | https://api.github.com/repos/simonw/sqlite-utils/issues/470 | IC_kwDOCGYnMM5JQwq2 | simonw 9599 | 2022-08-27T05:55:01Z | 2022-08-27T05:55:01Z | OWNER | cc @asg017 since this feature was inspired by his work on Datasette. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Upgrade `--load-extension` to accept entrypoints like Datasette 1352932038 | |
1229130242 | https://github.com/simonw/sqlite-utils/issues/470#issuecomment-1229130242 | https://api.github.com/repos/simonw/sqlite-utils/issues/470 | IC_kwDOCGYnMM5JQwoC | simonw 9599 | 2022-08-27T05:53:31Z | 2022-08-27T05:53:31Z | OWNER | Tests passed in CI against Ubuntu:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Upgrade `--load-extension` to accept entrypoints like Datasette 1352932038 | |
1229130158 | https://github.com/simonw/sqlite-utils/issues/470#issuecomment-1229130158 | https://api.github.com/repos/simonw/sqlite-utils/issues/470 | IC_kwDOCGYnMM5JQwmu | simonw 9599 | 2022-08-27T05:52:46Z | 2022-08-27T05:52:46Z | OWNER | To run the tests locally on my Mac I needed to run Ubuntu in Docker (for the compilation step). This worked:
Then:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Upgrade `--load-extension` to accept entrypoints like Datasette 1352932038 | |
1229128950 | https://github.com/simonw/sqlite-utils/issues/470#issuecomment-1229128950 | https://api.github.com/repos/simonw/sqlite-utils/issues/470 | IC_kwDOCGYnMM5JQwT2 | simonw 9599 | 2022-08-27T05:42:04Z | 2022-08-27T05:42:04Z | OWNER | Extension looks to be correctly compiled:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Upgrade `--load-extension` to accept entrypoints like Datasette 1352932038 | |
1229128617 | https://github.com/simonw/sqlite-utils/issues/470#issuecomment-1229128617 | https://api.github.com/repos/simonw/sqlite-utils/issues/470 | IC_kwDOCGYnMM5JQwOp | simonw 9599 | 2022-08-27T05:39:06Z | 2022-08-27T05:39:06Z | OWNER | That didn't run the tests as expected on Ubuntu: https://github.com/simonw/sqlite-utils/runs/8048229213?check_suite_focus=true
That should have worked because of this: https://github.com/simonw/sqlite-utils/blob/3f694e51a0212a297f663e2fc7f9cdad8775a550/.github/workflows/test.yml#L38-L41 |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Upgrade `--load-extension` to accept entrypoints like Datasette 1352932038 | |
1229115501 | https://github.com/simonw/sqlite-utils/issues/470#issuecomment-1229115501 | https://api.github.com/repos/simonw/sqlite-utils/issues/470 | IC_kwDOCGYnMM5JQtBt | simonw 9599 | 2022-08-27T03:54:26Z | 2022-08-27T03:54:26Z | OWNER | I can borrow Alex's example extension for the tests too: https://github.com/simonw/datasette/blob/ba35105eee2d3ba620e4f230028a02b2e2571df2/tests/ext.c |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Upgrade `--load-extension` to accept entrypoints like Datasette 1352932038 |
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