home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1331644078

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/1917#issuecomment-1331644078 https://api.github.com/repos/simonw/datasette/issues/1917 1331644078 IC_kwDOBm6k_c5PX0au 9599 2022-11-30T04:58:06Z 2022-11-30T04:58:06Z OWNER

The problem might actually be here:

https://github.com/simonw/datasette/blob/9f5321ff1eca58c469a45cc406d7eb5ad05accbd/datasette/app.py#L280-L281

is_mutable defaults to True, so this line should probably be:

python self.add_database(Database(self, is_mutable=False, is_memory=True), name="_memory")

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