home / train

bug_project

6 rows where bug_id = 51

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ bug_id name
264 Broken parameter search widget in VisualEditor template editor 51 1.37.0-wmf.14; 2021-07-12
265 Broken parameter search widget in VisualEditor template editor 51 WMDE-Templates-FocusArea
266 Broken parameter search widget in VisualEditor template editor 51 VisualEditor
267 Broken parameter search widget in VisualEditor template editor 51 Unplanned-Sprint-Work
268 Broken parameter search widget in VisualEditor template editor 51 WMDE-TechWish-Sprint-2021-06-23
269 Broken parameter search widget in VisualEditor template editor 51 Regression

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.277ms