issues_labels
5 rows where labels_id = 1528446246
This data as json, CSV (advanced)
Link | labels_id | issues_id |
---|---|---|
487598042,1528446246 | enhancement 1528446246 | Implement code to pull checkins from the Foursquare API 487598042 |
487598468,1528446246 | enhancement 1528446246 | --save option to dump checkins to a JSON file on disk 487598468 |
487600595,1528446246 | enhancement 1528446246 | Option to fetch only checkins more recent than the current max checkin 487600595 |
487601121,1528446246 | enhancement 1528446246 | Online tool for getting a Foursquare OAuth token 487601121 |
673602857,1528446246 | enhancement 1528446246 | Define a view that displays photos correctly 673602857 |
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]);