issue_comments: 640277775
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/datasette/issues/801#issuecomment-640277775 | https://api.github.com/repos/simonw/datasette/issues/801 | 640277775 | MDEyOklzc3VlQ29tbWVudDY0MDI3Nzc3NQ== | 9599 | 2020-06-07T20:49:40Z | 2020-06-07T20:49:40Z | OWNER | I'm going to pass the entire actor object as a dictionary of available named query parameters. So if the actor looks like this: ```json { "id": "simonw", "roles": ["staff", "developer"] } ``` Then the SQL query will be called like this: ```python conn.execute(sql, { "id": "simonw", "roles: '["staff", "developer"]', }) ``` | {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} | 631932926 |