home / train

bug_train

8 rows where train_id = 149

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ train_id bug_id
44 149 149 TypeError: Argument 2 passed to UploadStash::__construct() must implement interface MediaWiki\User\UserIdentity or be null, boolean given, called in /srv/mediawiki/php-1.37.0-wmf.6/includes/upload/UploadFromStash.php on line 66 39
45 149 149 Special:RecentChanges in it.wikiversity dies with an internal error 40
46 149 149 InvalidArgumentException: Unable to normalize the provided actor name x.y.z.v/16 41
47 149 149 Error: Call to a member function getId() on null 32
48 149 149 PHP Notice: Undefined property: ChangeTagsRevisionList::$page 33
49 149 149 mediawiki.structured_task.article.link_suggestion_interaction errors 34
50 149 149 Add a link: both "Yes" and "No" can be selected 42
51 149 149 AddLink: Skipped all dialog throws exception on ve.init.target.tryTeardown.then on mobile 43

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