home / github

Menu
  • Search all tables
  • GraphQL API

issues_labels

Table actions
  • GraphQL API for issues_labels

15 rows where labels_id = 993377889

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id issues_id
351845423,993377889 wontfix 993377889 Experiment with contentless FTS tables 351845423
455996809,993377889 wontfix 993377889 Rearrange the docs by area, not CLI vs Python 455996809
461215118,993377889 wontfix 993377889 Option to open database in read-only mode 461215118
470691999,993377889 wontfix 993377889 .add_column() doesn't match indentation of initial creation 470691999
472115381,993377889 wontfix 993377889 extracts= should support multiple-column extracts 472115381
488293926,993377889 wontfix 993377889 Support enabling FTS on views 488293926
559197745,993377889 wontfix 993377889 Tutorial command no longer works 559197745
598640234,993377889 wontfix 993377889 .upsert_all() should maybe error if dictionaries passed to it do not have the same keys 598640234
668308777,993377889 wontfix 993377889 "insert-files --sqlar" for creating SQLite archives 668308777
738514367,993377889 wontfix 993377889 sqlite-utils insert -f colname - for configuring full-text search 738514367
979627285,993377889 wontfix 993377889 `table.convert()` method should clean up after itself 979627285
1097091527,993377889 wontfix 993377889 Research how much of a difference analyze / sqlite_stat1 makes 1097091527
1114638930,993377889 wontfix 993377889 `sqlite-utils bulk` progress bar 1114638930
1125077063,993377889 wontfix 993377889 `sqlite-utils create-table` ... `--if-not-exists` 1125077063
1429029604,993377889 wontfix 993377889 Make `cursor.rowcount` accessible (wontfix) 1429029604

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