home / github

Menu
  • Search all tables
  • GraphQL API

issues_labels

Table actions
  • GraphQL API for issues_labels

34 rows where labels_id = 967420289

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id issues_id
333096176,967420289 minor 967420289 HTML table does not correctly display entirely blank rows 333096176
334148669,967420289 minor 967420289 Facets with value of 0 displayed incorrectly 334148669
344701755,967420289 minor 967420289 Don't list default plugins on /-/plugins 344701755
398089089,967420289 minor 967420289 /-/versions for official Docker image returns wrong Datasette version 398089089
426722204,967420289 minor 967420289 ?_search_col=X not reflected correctly in the UI 426722204
449931899,967420289 minor 967420289 --reload should only trigger for -i databases 449931899
453829910,967420289 minor 967420289 Add white-space: pre-wrap to SQL create statement 453829910
503190241,967420289 minor 967420289 Codec error in some CSV exports 503190241
520740741,967420289 minor 967420289 If you apply ?_facet_array=tags then &_facet=tags does nothing 520740741
526913133,967420289 minor 967420289 Don't suggest column for faceting if all values are 1 526913133
574021194,967420289 minor 967420289 --reload sould reload server if code in --plugins-dir changes 574021194
574043218,967420289 minor 967420289 Variables from extra_template_vars() not exposed in _context=1 574043218
587222354,967420289 minor 967420289 Consider configuring Jinja in Datasette() constructor, not .app() 587222354
611997130,967420289 minor 967420289 Clean up aiofiles warnings on 3.8 611997130
612082842,967420289 minor 967420289 Fix "no such column: id" output in tests 612082842
628156527,967420289 minor 967420289 Mechanism for enabling pluggy tracing 628156527
632673972,967420289 minor 967420289 python tests/fixtures.py command has a bug 632673972
638238548,967420289 minor 967420289 Code coverage should ignore files in .coveragerc 638238548
645975649,967420289 minor 967420289 register_routes() should support non-async view functions too 645975649
647095487,967420289 minor 967420289 "datasette -p 0 --root" gives the wrong URL 647095487
647095808,967420289 minor 967420289 /favicon.ico 500 error 647095808
648659536,967420289 minor 967420289 Figure out why restore_working_directory is needed in some places 648659536
663145122,967420289 minor 967420289 Add temporary plugin testing pattern to the testing docs 663145122
717729056,967420289 minor 967420289 Datasette should default to running Uvicorn with workers=1 717729056
784628163,967420289 minor 967420289 "Statement may not contain PRAGMA" error is not strictly true 784628163
899169307,967420289 minor 967420289 Fix jinja2 warnings 899169307
957302085,967420289 minor 967420289 Review places in codebase that use os.chdir(), in particularly relating to tests 957302085
1082746149,967420289 minor 967420289 Table page title has "where where" in it 1082746149
1097101917,967420289 minor 967420289 `explain query plan select` is too strict about whitespace 1097101917
1122557010,967420289 minor 967420289 Get the tests passing against Windows 1122557010
1340900019,967420289 minor 967420289 Can't use cog menu to facet by first column in a view 1340900019
1431786951,967420289 minor 967420289 SQL query should wrap on SQL interrupted screen 1431786951
1564774831,967420289 minor 967420289 Missing space in database summary 1564774831
1662951875,967420289 minor 967420289 DeprecationWarning: pkg_resources is deprecated as an API 1662951875

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 9.387ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows