home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 981997973

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/344#issuecomment-981997973 https://api.github.com/repos/simonw/sqlite-utils/issues/344 981997973 IC_kwDOCGYnMM46iBmV 9599 2021-11-29T20:33:52Z 2021-11-29T20:33:52Z OWNER

From that page:

If you try to open a database containing the STRICT keyword in an earlier version of SQLite, it will not recognize the keyword and will report an error (except as noted below.

[...]

Because of a quirk in the SQL language parser, versions of SQLite prior to 3.37.0 can still read and write STRICT tables if they set "PRAGMA writable_schema=ON" immediately after opening the database file, prior to doing anything else that requires knowing the schema.

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