home / train

bug_train

3 rows where train_id = 265

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ train_id bug_id
928 265 265 Investigate McRouter GET request spike from wmf.15 823
929 265 265 TypeError: Argument 1 passed to MediaWiki\User\UserFactory::newFromName() must be of the type string, null given 824
930 265 265 Attempting to delete a translation page using Special:PageTranslationDeletePage shows an internal error 825

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