issue_comments
4 rows where issue = 616271236 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- add_foreign_key(...., ignore=True) · 4 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | issue | performed_via_github_app |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 627036749 | https://github.com/simonw/sqlite-utils/issues/112#issuecomment-627036749 | https://api.github.com/repos/simonw/sqlite-utils/issues/112 | MDEyOklzc3VlQ29tbWVudDYyNzAzNjc0OQ== | simonw 9599 | 2020-05-12T00:27:24Z | 2020-05-12T00:27:24Z | OWNER | Here's an example of some code that would be cleaner with this mechanism: https://github.com/dogsheep/swarm-to-sqlite/blob/f4a82633da927cde672c9d9af92930bfca2e3ddf/swarm_to_sqlite/utils.py#L120-L143 |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
add_foreign_key(...., ignore=True) 616271236 | |
| 627036475 | https://github.com/simonw/sqlite-utils/issues/112#issuecomment-627036475 | https://api.github.com/repos/simonw/sqlite-utils/issues/112 | MDEyOklzc3VlQ29tbWVudDYyNzAzNjQ3NQ== | simonw 9599 | 2020-05-12T00:26:25Z | 2020-05-12T00:26:48Z | OWNER | Question: if you use That's tricky. I'm leaning towards "that's still an error". Are we ignoring an already existing foreign key, or ignoring all errors? |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
add_foreign_key(...., ignore=True) 616271236 | |
| 627035928 | https://github.com/simonw/sqlite-utils/issues/112#issuecomment-627035928 | https://api.github.com/repos/simonw/sqlite-utils/issues/112 | MDEyOklzc3VlQ29tbWVudDYyNzAzNTkyOA== | simonw 9599 | 2020-05-12T00:24:16Z | 2020-05-12T00:24:51Z | OWNER | I would add |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
add_foreign_key(...., ignore=True) 616271236 | |
| 627036010 | https://github.com/simonw/sqlite-utils/issues/112#issuecomment-627036010 | https://api.github.com/repos/simonw/sqlite-utils/issues/112 | MDEyOklzc3VlQ29tbWVudDYyNzAzNjAxMA== | simonw 9599 | 2020-05-12T00:24:37Z | 2020-05-12T00:24:37Z | OWNER | Here's how it works for |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
add_foreign_key(...., ignore=True) 616271236 |
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