home / github / issue_comments

Menu
  • GraphQL API

issue_comments: 347049888

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/124#issuecomment-347049888 https://api.github.com/repos/simonw/datasette/issues/124 347049888 MDEyOklzc3VlQ29tbWVudDM0NzA0OTg4OA== 9599 2017-11-27T00:01:08Z 2017-11-27T00:01:08Z OWNER https://sqlite.org/c3ref/open.html Is the only documentation I've been able to find of the immutable option: > **immutable**: The immutable parameter is a boolean query parameter that indicates that the database file is stored on read-only media. When immutable is set, SQLite assumes that the database file cannot be changed, even by a process with higher privilege, and so the database is opened read-only and all locking and change detection is disabled. Caution: Setting the immutable property on a database file that does in fact change can result in incorrect query results and/or SQLITE_CORRUPT errors. {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} 275125805  
Powered by Datasette · Queries took 1.007ms