issues_labels
8 rows where labels_id = 727708738
This data as json, CSV (advanced)
Link | labels_id | issues_id |
---|---|---|
569317377,727708738 | question 727708738 | Cashe-header missing in http-response 569317377 |
791381623,727708738 | question 727708738 | DB size limit for publishing with Heroku 791381623 |
823035080,727708738 | question 727708738 | duckdb database (very low performance in SQLite) 823035080 |
891969037,727708738 | question 727708738 | How to limit fields returned from the JSON API? 891969037 |
925406964,727708738 | question 727708738 | Datasette with Glitch - is it possible to use CSV with ISO-8859-1 encoding? 925406964 |
1076057610,727708738 | question 727708738 | validating the sql 1076057610 |
1378495690,727708738 | question 727708738 | Static files not served 1378495690 |
1497909798,727708738 | question 727708738 | datasette --root running in Docker doesn't reliably show the magic URL 1497909798 |
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]);