home / train

bug_project

8 rows where bug_id = 136

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: name

id ▼ bug_id name
750 Protect Page form leaves the Watch page checkbox unfilled leading to unwatching the page on protect 136 1.36.0-wmf.30; 2021-02-09
751 Protect Page form leaves the Watch page checkbox unfilled leading to unwatching the page on protect 136 OOUI
752 Protect Page form leaves the Watch page checkbox unfilled leading to unwatching the page on protect 136 Regression
753 Protect Page form leaves the Watch page checkbox unfilled leading to unwatching the page on protect 136 MediaWiki-Page-protection
765 Protect Page form leaves the Watch page checkbox unfilled leading to unwatching the page on protect 136 1.36.0-wmf.30; 2021-02-09
766 Protect Page form leaves the Watch page checkbox unfilled leading to unwatching the page on protect 136 OOUI
767 Protect Page form leaves the Watch page checkbox unfilled leading to unwatching the page on protect 136 Regression
768 Protect Page form leaves the Watch page checkbox unfilled leading to unwatching the page on protect 136 MediaWiki-Page-protection

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 35.772ms