issue_comments: 864418188
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/285#issuecomment-864418188 | https://api.github.com/repos/simonw/sqlite-utils/issues/285 | 864418188 | MDEyOklzc3VlQ29tbWVudDg2NDQxODE4OA== | 9599 | 2021-06-19T15:05:53Z | 2021-06-19T15:05:53Z | OWNER | ```python @property def uses_rowid(self): return not any(column for column in self.columns if column.is_pk) ``` | {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} | 925410305 |