home / github

Menu
  • Search all tables
  • GraphQL API

issues_labels

Table actions
  • GraphQL API for issues_labels

20 rows where labels_id = 1543154280

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id issues_id
504238461,1543154280 bug 1543154280 sqlite3.OperationalError: table users has no column named bio 504238461
516769276,1543154280 bug 1543154280 Commands do not work without an auth.json file 516769276
520756546,1543154280 bug 1543154280 Add this view for seeing new releases 520756546
546051181,1543154280 bug 1543154280 Exception running first command: IndexError: list index out of range 546051181
585411547,1543154280 bug 1543154280 Commits in GitHub API can have null author 585411547
586567379,1543154280 bug 1543154280 Handle empty git repositories 586567379
601271612,1543154280 bug 1543154280 Topics are missing from repositories 601271612
601330277,1543154280 bug 1543154280 Repos have a big blob of JSON in the organization column 601330277
603617013,1543154280 bug 1543154280 Milestones should have foreign key to creator and repo 603617013
603618244,1543154280 bug 1543154280 Issues milestone column is the wrong type 603618244
604222295,1543154280 bug 1543154280 Issue comments don't appear to populate issues foreign key 604222295
613777056,1543154280 bug 1543154280 issues foreign key to repo isn't working 613777056
637899539,1543154280 bug 1543154280 Demo deploy is broken 637899539
651159727,1543154280 bug 1543154280 Demo is failing to deploy 651159727
660429601,1543154280 bug 1543154280 Fix the demo - it breaks because of the tags table change 660429601
753026388,1543154280 bug 1543154280 github-to-sqlite workflows does not correctly replace existing records 753026388
758944006,1543154280 bug 1543154280 --readme throws 404 error if README does not exist in repo 758944006
769150394,1543154280 bug 1543154280 Readme HTML has broken internal links 769150394
1308461063,1543154280 bug 1543154280 500 error in github-to-sqlite demo 1308461063
1570375808,1543154280 bug 1543154280 Deploy demo job is failing due to rate limit 1570375808

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [issues_labels] (
   [labels_id] INTEGER REFERENCES [labels]([id]),
   [issues_id] INTEGER REFERENCES [issues]([id]),
   PRIMARY KEY ([issues_id], [labels_id])
);
CREATE INDEX [idx_issues_labels_issues_id]
                ON [issues_labels] ([issues_id]);
CREATE INDEX [idx_issues_labels_labels_id]
                ON [issues_labels] ([labels_id]);
Powered by Datasette · Queries took 17.736ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows