labels_pull_requests
5 rows where labels_id = 6473620767
This data as json, CSV (advanced)
Link | labels_id | pull_requests_id |
---|---|---|
6473620767,1383426204 | array API standard 6473620767 | Test array api protocol 1383426204 |
6473620767,1694911020 | array API standard 6473620767 | Fix unstack method when wrapping array api class 1694911020 |
6473620767,1695877623 | array API standard 6473620767 | Fix automatic broadcasting when wrapping array api class 1695877623 |
6473620767,1779870325 | array API standard 6473620767 | array api-related upstream-dev failures 1779870325 |
6473620767,1820599731 | array API standard 6473620767 | Use array_api compliant dtype 1820599731 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [labels_pull_requests] ( [labels_id] INTEGER REFERENCES [labels]([id]), [pull_requests_id] INTEGER REFERENCES [pull_requests]([id]), PRIMARY KEY ([labels_id], [pull_requests_id]) ); CREATE INDEX [idx_labels_pull_requests_pull_requests_id] ON [labels_pull_requests] ([pull_requests_id]); CREATE INDEX [idx_labels_pull_requests_labels_id] ON [labels_pull_requests] ([labels_id]);