home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 850766552

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/260#issuecomment-850766552 https://api.github.com/repos/simonw/sqlite-utils/issues/260 850766552 MDEyOklzc3VlQ29tbWVudDg1MDc2NjU1Mg== 9599 2021-05-29T04:20:40Z 2021-05-29T04:24:01Z OWNER

PRAGMA index_xinfo(table) DOES return that data: (Pdb) [c[0] for c in fresh_db.execute("PRAGMA index_xinfo('idx_dogs_age_name')").description] ['seqno', 'cid', 'name', 'desc', 'coll', 'key'] (Pdb) fresh_db.execute("PRAGMA index_xinfo('idx_dogs_age_name')").fetchall() [(0, 2, 'age', 1, 'BINARY', 1), (1, 0, 'name', 0, 'BINARY', 1), (2, -1, None, 0, 'BINARY', 0)] See https://sqlite.org/pragma.html#pragma_index_xinfo

Example output: https://covid-19.datasettes.com/covid?sql=select+*+from+pragma_index_xinfo%28%27idx_ny_times_us_counties_date%27%29

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