home / train

bug_train

10 rows where train_id = 72

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ train_id bug_id
326 72 72 operand type was used: expects array(s) or collection(s) in /srv/mediawiki/wmf-config/flaggedrevs.php on line 182 285
327 72 72 PHP Fatal Error from ApiTimedText: Argument to WikiPage::factory must Title (WikiPage given) 286
328 72 72 [Collections] Fatal error: Call to undefined function wfAjaxCollectionGetItemList() 287
329 72 72 [Collections] Call to a member function getLocalUrl() on a non-object (null) 288
330 72 72 [GrowthExperiments] Sessions are disabled for this entry point 289
331 72 72 [Collections] RuntimeException from line 109 of /srv/mediawiki/php-1.34.0-wmf.6/includes/TemplateParser.php: Could not locate template: /srv/mediawiki/php-1.34.0-wmf.6/extensions/Collection/includes/templates/create-book.mustache 290
332 72 72 Invalid message parameter CommentStoreComment from EventPresentationModel.php 291
333 72 72 PHP Fatal Error on Special:Search with certain offset query parameter 292
334 72 72 Some history views and diffs unavailable on Wikipedias (Fatal ParameterAssertionException: Bad value for parameter $dbkey) 293
335 72 72 After opening a diff, entry on Special:Watchlist sometimes stays unread (bold) 276

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