home / github / issues

Menu
  • Search all tables
  • GraphQL API

issues: 906345899

This data as json

id node_id number title user state locked assignee milestone comments created_at updated_at closed_at author_association pull_request body repo type active_lock_reason performed_via_github_app reactions draft state_reason
906345899 MDU6SXNzdWU5MDYzNDU4OTk= 261 `table.xindexes` using `PRAGMA index_xinfo(table)` 9599 closed 0     5 2021-05-29T04:23:48Z 2021-06-03T03:54:14Z 2021-06-03T03:51:32Z 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 Originally posted by @simonw in https://github.com/simonw/sqlite-utils/issues/260#issuecomment-850766552

140912432 issue    
{
    "url": "https://api.github.com/repos/simonw/sqlite-utils/issues/261/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  completed

Links from other tables

  • 1 row from issues_id in issues_labels
  • 5 rows from issue in issue_comments
Powered by Datasette · Queries took 1.008ms · About: github-to-sqlite