home / github

Menu
  • GraphQL API

issues_labels

Table actions
  • GraphQL API for issues_labels

22 rows where labels_id = 727708733

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id issues_id
268078453,727708733 duplicate 727708733 Do something neat with foreign keys 268078453
275176094,727708733 duplicate 727708733 Filtered table view should show a count 275176094
444746021,727708733 duplicate 727708733 Pagination for the database index page 444746021
448189298,727708733 duplicate 727708733 Ability to add extra routes and related templates 448189298
455965174,727708733 duplicate 727708733 Ability to set default sort order for a table or view in metadata.json 455965174
508100844,727708733 duplicate 727708733 Character encoding bug with CSV export 508100844
530653633,727708733 duplicate 727708733 Mechanism for register_output_renderer to suggest extension or not 530653633
563347679,727708733 duplicate 727708733 Make it easier to load SpatiaLite 563347679
608613033,727708733 duplicate 727708733 Extract the hash-URL mechanism out into a plugin 608613033
642297505,727708733 duplicate 727708733 Comprehensive documentation for variables made available to templates 642297505
642651572,727708733 duplicate 727708733 Plugin hook for instance/database/table metadata 642651572
726094754,727708733 duplicate 727708733 Add horizontal scrollbar to tables 726094754
752789159,727708733 duplicate 727708733 500 error on row page if query against foreign keys hits time limit 752789159
756818250,727708733 duplicate 727708733 Make the custom SQL query text box larger or resizable 756818250
814591962,727708733 duplicate 727708733 Allow facetting on custom queries 814591962
824067604,727708733 duplicate 727708733 Research: Plugin hook for alternative database connections 824067604
832092321,727708733 duplicate 727708733 Some links aren't properly URL encoded. 832092321
842212586,727708733 duplicate 727708733 Facet by array breaks if table name contains a space 842212586
994390593,727708733 duplicate 727708733 Faceting for custom SQL queries 994390593
1059549523,727708733 duplicate 727708733 Add to vercel.json, rather than overwriting it. 1059549523
1170497629,727708733 duplicate 727708733 [feature request] Publish to fully static website 1170497629
1200649889,727708733 duplicate 727708733 Guide for plugin authors to upgrade their plugins for 1.0 1200649889

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 19.022ms · About: simonw/datasette-graphql