home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 735993935

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/1116#issuecomment-735993935 https://api.github.com/repos/simonw/datasette/issues/1116 735993935 MDEyOklzc3VlQ29tbWVudDczNTk5MzkzNQ== 9599 2020-11-30T19:30:44Z 2020-11-30T19:32:15Z OWNER

It looks like PRAGMA table_info skips "hidden" columns: https://www.sqlite.org/pragma.html#pragma_table_info

But PRAGMA table_xinfo does not: https://www.sqlite.org/pragma.html#pragma_table_xinfo

Compare https://latest.datasette.io/fixtures?sql=select++from+pragma_table_info%28%27searchable%27%29 to https://latest.datasette.io/fixtures?sql=select++from+pragma_table_xinfo%28%27searchable%27%29 - the xinfo one has an additional hidden column.

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