home / github

Menu
  • Search all tables
  • GraphQL API

issues_labels

Table actions
  • GraphQL API for issues_labels

10 rows where labels_id = 993377885

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id issues_id
1124731464,993377885 help wanted 993377885 Make it easier to insert geometries, with documentation and maybe code 1124731464
1160182768,993377885 help wanted 993377885 Optional Pandas integration 1160182768
1224112817,993377885 help wanted 993377885 Document how to use `PRAGMA temp_store` to avoid errors when running VACUUM against huge databases 1224112817
1239034903,993377885 help wanted 993377885 CLI eats my cursor 1239034903
1250495688,993377885 help wanted 993377885 Misleading progress bar against utf-16-le CSV input 1250495688
1279144769,993377885 help wanted 993377885 Reading rows from a file => AttributeError: '_io.StringIO' object has no attribute 'readinto' 1279144769
1383646615,993377885 help wanted 993377885 Ability to merge databases and tables 1383646615
1386562662,993377885 help wanted 993377885 Tiny typographical error in install/uninstall docs 1386562662
1393202060,993377885 help wanted 993377885 devrel/python api: Pylance type hinting 1393202060
1700840265,993377885 help wanted 993377885 Get tests to pass with `pytest -Werror` 1700840265

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