home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 585873401

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/670#issuecomment-585873401 https://api.github.com/repos/simonw/datasette/issues/670 585873401 MDEyOklzc3VlQ29tbWVudDU4NTg3MzQwMQ== 9599 2020-02-13T17:24:38Z 2020-02-13T17:24:38Z OWNER

The biggest difference between the two will be around introspection. I searched the codebase for potential introspection queries, defined as select ... from sqlite_master and pragma ... statements.

  • 7 results for sqlite_master in database.py
  • 3 results in utils/init.py
  • (Ignoring the 4 in inspect.py)
  • 1 result for “pragma table_info” in app.py
  • 2 in utils/init.py
  • 2 results for “pragma foreign_key_list” in utils/init.py
{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
564833696  
Powered by Datasette · Queries took 1.253ms · About: github-to-sqlite