home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 590511601

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/682#issuecomment-590511601 https://api.github.com/repos/simonw/datasette/issues/682 590511601 MDEyOklzc3VlQ29tbWVudDU5MDUxMTYwMQ== 9599 2020-02-24T19:38:27Z 2020-02-24T19:38:27Z OWNER

I tested this using the following code in a view (after from sqlite_utils import Database): python db = next(iter(self.ds.databases.values())) db.execute_write_fn(lambda conn: Database(conn)["counter"].insert({"id": 1, "count": 0}, pk="id", ignore=True)) db.execute_write("update counter set count = count + 1 where id = 1")

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
569613563  
Powered by Datasette · Queries took 1.1ms · About: github-to-sqlite