home / train

bug_train

11 rows where train_id = 227

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ train_id bug_id
5 227 227 NPP Feed broken 5
6 227 227 TypeError: Argument 4 passed to MediaWiki\Content\Transform\ContentTransformer::preloadTransform() must be of the type array, null given 6
7 227 227 ProofreadPage\PageNumberNotFoundException: Page:[page] provides invalid page number  7
8 227 227 Wikimedia\Assert\PostconditionException: Postcondition failed: Revision had no page 8
9 227 227 api.wikimedia.org fatal exception: Error: Call to a member function text() on string 9
10 227 227 oojs-ui-core.styles skin style is not applying in MonoBook 4
11 227 227 PHP Deprecated: Use of Parser::getUser was deprecated in MediaWiki 1.36. [Called from SimpleCaptcha::findLinks] 10
12 227 227 PHP Warning: json_decode() expects parameter 1 to be string, array given 11
13 227 227 PHP Deprecated: Use of ParserOptions::getUser was deprecated in MediaWiki 1.36. [Called from Flow\Content\BoardContent::getParserOutput] 12
14 227 227 TypeError: Argument 1 passed to HookHandlers\ParserHooksHandler::mathTagHook() must be of the type string, null given 13
15 227 227 Impossible to close "Mention" popup: Uncaught TypeError: this.transclusionModel.abortRequests is not a function 14

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