issue_comments
7 rows where author_association = "OWNER" and issue = 1077243232 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Test failure in test_rebuild_fts · 7 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | issue | performed_via_github_app |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 991399604 | https://github.com/simonw/sqlite-utils/issues/354#issuecomment-991399604 | https://api.github.com/repos/simonw/sqlite-utils/issues/354 | IC_kwDOCGYnMM47F460 | simonw 9599 | 2021-12-11T01:08:46Z | 2021-12-11T01:08:46Z | OWNER | That passed! |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Test failure in test_rebuild_fts 1077243232 | |
| 991398367 | https://github.com/simonw/sqlite-utils/issues/354#issuecomment-991398367 | https://api.github.com/repos/simonw/sqlite-utils/issues/354 | IC_kwDOCGYnMM47F4nf | simonw 9599 | 2021-12-11T01:03:14Z | 2021-12-11T01:03:14Z | OWNER | {
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Test failure in test_rebuild_fts 1077243232 | ||
| 991395919 | https://github.com/simonw/sqlite-utils/issues/354#issuecomment-991395919 | https://api.github.com/repos/simonw/sqlite-utils/issues/354 | IC_kwDOCGYnMM47F4BP | simonw 9599 | 2021-12-11T00:52:31Z | 2021-12-11T00:52:31Z | OWNER | It turns out |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Test failure in test_rebuild_fts 1077243232 | |
| 991309759 | https://github.com/simonw/sqlite-utils/issues/354#issuecomment-991309759 | https://api.github.com/repos/simonw/sqlite-utils/issues/354 | IC_kwDOCGYnMM47Fi-_ | simonw 9599 | 2021-12-10T21:33:18Z | 2021-12-10T21:33:18Z | OWNER | https://www.sqlite.org/fts5.html#the_rebuild_command says:
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Test failure in test_rebuild_fts 1077243232 | |
| 991309002 | https://github.com/simonw/sqlite-utils/issues/354#issuecomment-991309002 | https://api.github.com/repos/simonw/sqlite-utils/issues/354 | IC_kwDOCGYnMM47FizK | simonw 9599 | 2021-12-10T21:32:14Z | 2021-12-10T21:32:14Z | OWNER | Here's what the method does: https://github.com/simonw/sqlite-utils/blob/e328db8eba1fbf29a69eda95dfec861954f9e771/sqlite_utils/db.py#L1941-L1952 Maybe I don't need a test that deliberately corrupts the database here? Not sure how to test that |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Test failure in test_rebuild_fts 1077243232 | |
| 991307422 | https://github.com/simonw/sqlite-utils/issues/354#issuecomment-991307422 | https://api.github.com/repos/simonw/sqlite-utils/issues/354 | IC_kwDOCGYnMM47Fiae | simonw 9599 | 2021-12-10T21:29:34Z | 2021-12-10T21:29:34Z | OWNER | Here's the test in question. The way it works is a bit weird (deleting everything in the |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Test failure in test_rebuild_fts 1077243232 | |
| 991306712 | https://github.com/simonw/sqlite-utils/issues/354#issuecomment-991306712 | https://api.github.com/repos/simonw/sqlite-utils/issues/354 | IC_kwDOCGYnMM47FiPY | simonw 9599 | 2021-12-10T21:28:27Z | 2021-12-10T21:28:27Z | OWNER | Failures started with this commit, which only touches documentation so is completely unrelated: https://github.com/simonw/sqlite-utils/commit/e328db8eba1fbf29a69eda95dfec861954f9e771 |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Test failure in test_rebuild_fts 1077243232 |
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