issues_labels
3 rows where issues_id = 1778486450
This data as json, CSV (advanced)
Link | labels_id | issues_id |
---|---|---|
1778486450,114009210 | topic-backends 114009210 | Implement preferred_chunks for netcdf 4 backends 1778486450 |
1778486450,3419806739 | run-benchmark 3419806739 | Implement preferred_chunks for netcdf 4 backends 1778486450 |
1778486450,4429774983 | io 4429774983 | Implement preferred_chunks for netcdf 4 backends 1778486450 |
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]);