home / train

bug_project

5 rows where bug_id = 278

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ bug_id name
1568 Flow test failures locally with LQT enabled 278 1.34.0-wmf.4; 2019-05-07
1569 Flow test failures locally with LQT enabled 278 ARCHIVED -- Shared Build Failure
1570 Flow test failures locally with LQT enabled 278 Growth-Team
1571 Flow test failures locally with LQT enabled 278 MediaWiki-extensions-LiquidThreads
1572 Flow test failures locally with LQT enabled 278 StructuredDiscussions

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