home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 671147148

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/sqlite-utils/issues/132#issuecomment-671147148 https://api.github.com/repos/simonw/sqlite-utils/issues/132 671147148 MDEyOklzc3VlQ29tbWVudDY3MTE0NzE0OA== 9599 2020-08-10T03:27:50Z 2020-08-10T03:27:50Z OWNER

https://www.sqlite.org/pragma.html#pragma_journal_mode lists six modes: DELETE | TRUNCATE | PERSIST | MEMORY | WAL | OFF

I'm only going to implement utilities for DELETE (wal-off) and WAL (wal-on) - the other modes look like they're for specialist purposes that I don't need to support.

If it turns out I do need them I can add those to sqlite-utils later.

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