home / train

bug_project

2 rows where bug_id = 725

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ bug_id name
4106 MediaSearch tabs go to Special:Search when javascript is off 725 1.38.0-wmf.13; 2021-12-13
4107 MediaSearch tabs go to Special:Search when javascript is off 725 Current Work

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE bug_project (
            id INTEGER PRIMARY KEY,
            bug_id INTEGER NOT NULL,
            name TEXT NOT NULL,
            FOREIGN KEY(bug_id) REFERENCES bug(id)
        );
Powered by Datasette · Queries took 36.543ms