issue_comments
3 rows where issue = 1816852402 and user = 9599 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- register_command plugin hook · 3 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | issue | performed_via_github_app |
---|---|---|---|---|---|---|---|---|---|---|---|
1646654275 | https://github.com/simonw/sqlite-utils/issues/569#issuecomment-1646654275 | https://api.github.com/repos/simonw/sqlite-utils/issues/569 | IC_kwDOCGYnMM5iJfND | simonw 9599 | 2023-07-22T19:19:35Z | 2023-07-22T19:19:35Z | OWNER | { "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
register_command plugin hook 1816852402 | ||
1646645990 | https://github.com/simonw/sqlite-utils/issues/569#issuecomment-1646645990 | https://api.github.com/repos/simonw/sqlite-utils/issues/569 | IC_kwDOCGYnMM5iJdLm | simonw 9599 | 2023-07-22T18:29:40Z | 2023-07-22T18:30:16Z | OWNER | Example plugin: https://gist.github.com/simonw/ccfbbf9b384a38ac7535b01849f57daf
[project.entry-points.sqlite_utils]
hello_world = "sqlite_utils_hello_world"
@sqlite_utils.hookimpl def register_commands(cli): @cli.command() def hello_world(): "Say hello world" click.echo("Hello world!") ``` |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
register_command plugin hook 1816852402 | |
1646643676 | https://github.com/simonw/sqlite-utils/issues/569#issuecomment-1646643676 | https://api.github.com/repos/simonw/sqlite-utils/issues/569 | IC_kwDOCGYnMM5iJcnc | simonw 9599 | 2023-07-22T18:18:24Z | 2023-07-22T18:18:24Z | OWNER | Here's where I added that to LLM: https://github.com/simonw/llm/commit/a396950f7934e82a9968703bb3ce9ab7ab62f7f8 |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
register_command plugin hook 1816852402 |
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