home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1294285471

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/pull/1870#issuecomment-1294285471 https://api.github.com/repos/simonw/datasette/issues/1870 1294285471 IC_kwDOBm6k_c5NJTqf 536941 2022-10-28T01:06:03Z 2022-10-28T01:06:03Z CONTRIBUTOR

as far as i can tell, this is where the "immutable" argument is used in sqlite:

c pPager->noLock = sqlite3_uri_boolean(pPager->zFilename, "nolock", 0); if( (iDc & SQLITE_IOCAP_IMMUTABLE)!=0 || sqlite3_uri_boolean(pPager->zFilename, "immutable", 0) ){ vfsFlags |= SQLITE_OPEN_READONLY; goto act_like_temp_file; }

so it does set the read only flag, but then has a goto.

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