home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 624767466

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/761#issuecomment-624767466 https://api.github.com/repos/simonw/datasette/issues/761 624767466 MDEyOklzc3VlQ29tbWVudDYyNDc2NzQ2Ng== 9599 2020-05-06T16:56:40Z 2020-05-06T16:57:03Z OWNER

The rationale for blocking pragma entirely from statements is that it can be used to change the state of the SQLite database, e.g. from https://www.sqlite.org/pragma.html :

PRAGMA schema.application_id; PRAGMA schema.application_id = integer ; That second line is unsafe. I don't think it's possible to use the pragma_table_x variants to make writes in this way.

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