home / train

bug_train

5 rows where train_id = 3

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ train_id bug_id
28 3 3 Special:Log/move: ParameterTypeException: Bad value for parameter $link: must be a MediaWiki\Linker\LinkTarget|MediaWiki\Page\PageReference 25
29 3 3 Wikimedia\Rdbms\DBQueryError: Error 1054: Unknown column 'actor_user' in 'on clause' 26
30 3 3 Hiding own edits on watchlist and recentchanges results in hiding all IP edits 27
31 3 3 Special:RecentChanges with userExpLevel=newcomer causes Fatal exception of type "Wikimedia\Rdbms\DBQueryError": Unknown column 'actor_user' 28
32 3 3 TypeError: can't access property "setNotices", actionTools.notices is undefined 23

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