issues_labels
3 rows where labels_id = 3668762178
This data as json, CSV (advanced)
| Link | labels_id | issues_id |
|---|---|---|
| 1087931918,3668762178 | breaking-change 3668762178 | `.execute_write(... block=True)` should be the default behaviour 1087931918 |
| 1529707837,3668762178 | breaking-change 3668762178 | Reconsider pattern where plugins could break existing template context 1529707837 |
| 1795051447,3668762178 | breaking-change 3668762178 | Drop Python 3.7 1795051447 |
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]);