issue_comments: 866184260
This data as json
html_url | issue_url | id | node_id | user | created_at | updated_at | author_association | body | reactions | issue | performed_via_github_app |
---|---|---|---|---|---|---|---|---|---|---|---|
https://github.com/simonw/sqlite-utils/issues/267#issuecomment-866184260 | https://api.github.com/repos/simonw/sqlite-utils/issues/267 | 866184260 | MDEyOklzc3VlQ29tbWVudDg2NjE4NDI2MA== | 9599 | 2021-06-22T17:26:18Z | 2021-06-22T17:27:27Z | OWNER | If an`.update()` method doesn't work because it collides with an existing dictionary method a `.pk` property could still be nice: ```python for row in db["sometable"].rows: db["sometable"].update(row.pk, {"modified": 1}) ``` | {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} | 915421499 |