issues_labels
9 rows where labels_id = 1456018620
This data as json, CSV (advanced)
| Link | labels_id | issues_id |
|---|---|---|
| 692386625,1456018620 | bug 1456018620 | Support advanced FTS queries 692386625 |
| 695553522,1456018620 | bug 1456018620 | Deleted records stay in the search index 695553522 |
| 703962917,1456018620 | bug 1456018620 | Bug: UI says sorted by relevance in timeline view 703962917 |
| 703970814,1456018620 | bug 1456018620 | the JSON object must be str, bytes or bytearray, not 'Undefined' 703970814 |
| 709789634,1456018620 | bug 1456018620 | Sort order is not persisted by facet filter links 709789634 |
| 769282206,1456018620 | bug 1456018620 | Upgrade to sqlite-utils 3.0 (tests are failing) 769282206 |
| 771316301,1456018620 | bug 1456018620 | Searching for "github-to-sqlite" throws an error 771316301 |
| 919733213,1456018620 | bug 1456018620 | Searching for whitespace throws an error 919733213 |
| 1888477283,1456018620 | bug 1456018620 | Run `rebuild_fts` after building the index 1888477283 |
Advanced export
JSON shape: default, array, newline-delimited, object
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]);