labels_pull_requests
8 rows where pull_requests_id = 1337758866
This data as json, CSV (advanced)
Link | labels_id | pull_requests_id |
---|---|---|
114009210,1337758866 | topic-backends 114009210 | Array API fixes for astype 1337758866 |
135761084,1337758866 | topic-indexing 135761084 | Array API fixes for astype 1337758866 |
200079857,1337758866 | topic-dask 200079857 | Array API fixes for astype 1337758866 |
1168169704,1337758866 | topic-zarr 1168169704 | Array API fixes for astype 1337758866 |
1448559775,1337758866 | topic-arrays 1448559775 | Array API fixes for astype 1337758866 |
2746708206,1337758866 | topic-rolling 2746708206 | Array API fixes for astype 1337758866 |
3701959344,1337758866 | topic-typing 3701959344 | Array API fixes for astype 1337758866 |
4429774983,1337758866 | io 4429774983 | Array API fixes for astype 1337758866 |
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]);