home / github

Menu
  • GraphQL API

issues_labels

Table actions
  • GraphQL API for issues_labels

29 rows where labels_id = 2710204606

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id issues_id
797651831,2710204606 developer-experience 2710204606 Tests are very slow.  797651831
812228314,2710204606 developer-experience 2710204606 Ability to increase size of the SQL editor window 812228314
818430405,2710204606 developer-experience 2710204606 datasette.add_memory_database() method 818430405
849543502,2710204606 developer-experience 2710204606 Speed up tests with pytest-xdist 849543502
855296937,2710204606 developer-experience 2710204606 Errors should have links to further information 855296937
906993731,2710204606 developer-experience 2710204606 Get `?_trace=1` working with CSV and streaming CSVs 906993731
941300946,2710204606 developer-experience 2710204606 Stop using generated columns in fixtures.db 941300946
959276629,2710204606 developer-experience 2710204606 Use rich to render tracebacks on errors, if available 959276629
959278472,2710204606 developer-experience 2710204606 Use codespell in CI to spot spelling errors 959278472
1083726550,2710204606 developer-experience 2710204606 Trace should show queries on the write connection too 1083726550
1083895395,2710204606 developer-experience 2710204606 db.execute_write(..., executescript=True) parameter 1083895395
1083927147,2710204606 developer-experience 2710204606 Track number of executions for execute_write_many() in traces 1083927147
1084185188,2710204606 developer-experience 2710204606 Make trace() a documented internal API 1084185188
1087181951,2710204606 developer-experience 2710204606 Traces should include SQL executed by subtasks created with `asyncio.gather` 1087181951
1087931918,2710204606 developer-experience 2710204606 `.execute_write(... block=True)` should be the default behaviour 1087931918
1189113609,2710204606 developer-experience 2710204606 `Request.fake(..., url_vars={})` 1189113609
1196327155,2710204606 developer-experience 2710204606 Be more consistent with column quoting 1196327155
1212838949,2710204606 developer-experience 2710204606 Configure git blame to ignore Black commit 1212838949
1216479167,2710204606 developer-experience 2710204606 `db.primary_keys()` and `db.table_columns()` don't show up in traces 1216479167
1219398983,2710204606 developer-experience 2710204606 SQL tracing should much more closely track the SQL query execution 1219398983
1424980545,2710204606 developer-experience 2710204606 request.headers.get("Content-Type") fails 1424980545
1432037325,2710204606 developer-experience 2710204606 Make it easier to fix URL proxy problems 1432037325
1434094365,2710204606 developer-experience 2710204606 Tool for simulating permission checks against actors 1434094365
1528448642,2710204606 developer-experience 2710204606 Don't let Datasette(path) without a list cause weird errors 1528448642
1557507274,2710204606 developer-experience 2710204606 `extra_template_vars` should be OK to return `None` 1557507274
1579973223,2710204606 developer-experience 2710204606 Mention WAL mode in documentation 1579973223
1618249044,2710204606 developer-experience 2710204606 Consider a `strict_templates` setting 1618249044
1764792125,2710204606 developer-experience 2710204606 Show information on startup in directory configuration mode 1764792125
1765870617,2710204606 developer-experience 2710204606 `--settings settings.json` option 1765870617

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