home / github

Menu
  • Search all tables
  • GraphQL API

issues_labels

Table actions
  • GraphQL API for issues_labels

32 rows where labels_id = 727708735

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id issues_id
273157085,727708735 help wanted 727708735 datasette publish hyper 273157085
310533258,727708735 help wanted 727708735 Figure out how to bundle a more up-to-date SQLite 310533258
317001500,727708735 help wanted 727708735 datasette publish lambda plugin 317001500
323718842,727708735 help wanted 727708735 Mechanism for ranking results from SQLite full-text search 323718842
324451322,727708735 help wanted 727708735 Figure out a way to have /-/version return current git commit hash 324451322
325294102,727708735 help wanted 727708735 Build smallest possible Docker image with Datasette plus recent SQLite (with json1) plus Spatialite 4.4.0 325294102
328155946,727708735 help wanted 727708735 --spatialite option for "datasette publish heroku" 328155946
330826972,727708735 help wanted 727708735 Support extra Heroku apps:create options - region, space, team 330826972
335200136,727708735 help wanted 727708735 Explore if SquashFS can be used to shrink size of packaged Docker containers 335200136
339505204,727708735 help wanted 727708735 Package datasette for installation using homebrew 339505204
396215043,727708735 help wanted 727708735 Find a cleaner pattern for fixtures with arguments 396215043
456578474,727708735 help wanted 727708735 Get Datasette tests passing on Windows in GitHub Actions 456578474
459397625,727708735 help wanted 727708735 Documentation with recommendations on running Datasette in production without using Docker 459397625
466996584,727708735 help wanted 727708735 Get tests running on Windows using Travis CI 466996584
506300941,727708735 help wanted 727708735 bump uvicorn to 0.9.0 to be Python-3.8 friendly 506300941
644582921,727708735 help wanted 727708735 base_url doesn't seem to work when adding criteria and clicking "apply" 644582921
725184645,727708735 help wanted 727708735 Better way of representing binary data in .csv output 725184645
837308703,727708735 help wanted 727708735 Figure out why SpatiaLite 5.0 hangs the database page on Linux 837308703
842862708,727708735 help wanted 727708735 Ability to run CI against multiple SQLite versions 842862708
913809802,727708735 help wanted 727708735 Get rid of this `restore_working_directory` hack entirely 913809802
959137143,727708735 help wanted 727708735 feature request: document minimum permissions for service account for cloudrun 959137143
1010112818,727708735 help wanted 727708735 Win32 "used by another process" error with datasette publish 1010112818
1058896236,727708735 help wanted 727708735 Deploy a live instance of demos/apache-proxy 1058896236
1087913724,727708735 help wanted 727708735 Drop support for Python 3.6 1087913724
1087919372,727708735 help wanted 727708735 Confirm if documented nginx proxy config works for row pages with escaped characters in their primary key 1087919372
1109884720,727708735 help wanted 727708735 Ensure "pip install datasette" still works with Python 3.6 1109884720
1122557010,727708735 help wanted 727708735 Get the tests passing against Windows 1122557010
1217759117,727708735 help wanted 727708735 Research: demonstrate if parallel SQL queries are worthwhile 1217759117
1501778647,727708735 help wanted 727708735 Cog menu is not keyboard accessible (also no ARIA) 1501778647
1509783085,727708735 help wanted 727708735 sql-formatter javascript is not now working with CloudFlare rocketloader 1509783085
1636616315,727708735 help wanted 727708735 Gather feedback on new ?_extra= design 1636616315
1825007061,727708735 help wanted 727708735 datasette serve when invoked with --reload interprets the serve command as a file 1825007061

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