home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1302634332

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/1843#issuecomment-1302634332 https://api.github.com/repos/simonw/datasette/issues/1843 1302634332 IC_kwDOBm6k_c5NpJ9c 9599 2022-11-03T20:34:56Z 2022-11-03T20:34:56Z OWNER

Confirmed that calling conn.close() on each SQLite file-based connection is the way to fix this problem.

I'm adding a db.close() method (sync, not async - I tried async first but it was really hard to cause every thread in the pool to close its threadlocal database connection) which loops through all known open file-based connections and closes them.

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