home / train

bug_train

7 rows where train_id = 12

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ train_id bug_id
93 12 12 Fix ParserOutput corruption wmf.10 -> wmf.11 77
94 12 12 Undefined class constant 'LIMIT' 78
95 12 12 [wmf.10] mobile - mw-ge-small-task-card-pageviews skeleton persistently displayed in post-edit dialog 79
96 12 12 Use of Language::commafy with a non-numeric string was deprecated in MediaWiki 1.36. [Called from Language::formatNum] 80
97 12 12 Errors: Translation unit name <key-name> must not contain underscore or slash 81
98 12 12 ApiQueryGlobalUsage.php Undefined index error when accessing $pageIds 82
99 12 12 Invariant failed: Bad UTF-8 (full string verification) 83

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