home / github

Menu
  • Search all tables
  • GraphQL API

issues_labels

Table actions
  • GraphQL API for issues_labels

9 rows where labels_id = 2306869352

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id issues_id
687694947,2306869352 blocked 2306869352 Remove old register_output_renderer dict mechanism in Datasette 1.0 687694947
687711713,2306869352 blocked 2306869352 Release updated datasette-atom and datasette-ics 687711713
718259202,2306869352 blocked 2306869352 Remove xfail tests when new httpx is released 718259202
725184645,2306869352 blocked 2306869352 Better way of representing binary data in .csv output 725184645
750087350,2306869352 blocked 2306869352 Configure /en/stable/config.html redirect when I ship 0.52 750087350
750089847,2306869352 blocked 2306869352 Deprecate --config in Datasette 1.0 (in favour of --setting) 750089847
959999095,2306869352 blocked 2306869352 "Query parameters" form shows wrong input fields if query contains "03:31" style times 959999095
1174306154,2306869352 blocked 2306869352 Introduce concept of a database `route`, separate from its name 1174306154
1515185383,2306869352 blocked 2306869352 Upgrade for Sphinx 6.0 (once Furo has support for it) 1515185383

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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]);
Powered by Datasette · Queries took 197.606ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows