home / train

bug_project

12 rows where bug_id = 27

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: name

id ▼ bug_id name
133 Hiding own edits on watchlist and recentchanges results in hiding all IP edits 27 1.37.0-wmf.4; 2021-05-04
134 Hiding own edits on watchlist and recentchanges results in hiding all IP edits 27 Clinic Duty Team
135 Hiding own edits on watchlist and recentchanges results in hiding all IP edits 27 MediaWiki-Recent-changes
136 Hiding own edits on watchlist and recentchanges results in hiding all IP edits 27 Regression
137 Hiding own edits on watchlist and recentchanges results in hiding all IP edits 27 Growth-Team
138 Hiding own edits on watchlist and recentchanges results in hiding all IP edits 27 MediaWiki-Watchlist
168 Hiding own edits on watchlist and recentchanges results in hiding all IP edits 27 1.37.0-wmf.4; 2021-05-04
169 Hiding own edits on watchlist and recentchanges results in hiding all IP edits 27 Clinic Duty Team
170 Hiding own edits on watchlist and recentchanges results in hiding all IP edits 27 MediaWiki-Recent-changes
171 Hiding own edits on watchlist and recentchanges results in hiding all IP edits 27 Regression
172 Hiding own edits on watchlist and recentchanges results in hiding all IP edits 27 Growth-Team
173 Hiding own edits on watchlist and recentchanges results in hiding all IP edits 27 MediaWiki-Watchlist

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