home / train

bug_train

3 rows where bug_id = 276

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ train_id bug_id
316 69 69 After opening a diff, entry on Special:Watchlist sometimes stays unread (bold) 276
325 71 71 After opening a diff, entry on Special:Watchlist sometimes stays unread (bold) 276
335 72 72 After opening a diff, entry on Special:Watchlist sometimes stays unread (bold) 276

Advanced export

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

CSV options:

CREATE TABLE bug_train (
            id INTEGER PRIMARY KEY,
            train_id INTEGER NOT NULL,
            bug_id INTEGER NOT NULL,
            FOREIGN KEY(train_id) REFERENCES train(id),
            FOREIGN KEY(bug_id) REFERENCES bug(id)
        );
Powered by Datasette · Queries took 26.086ms