home / train

bug_train

11 rows where train_id = 148

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ train_id bug_id
33 148 148 LogEventsList.php: PHP Notice: Undefined variable: pageName 29
34 148 148 MapSourcesPage.php: PHP Notice: Undefined offset: 13 30
35 148 148 Wikimedia\Rdbms\DBQueryError: Error 1048: Column 'gt_page_id' cannot be null (db1138)Function: GeoData\Hooks::doLinksUpdateQuery: INSERT INTO `geo_tags` (gt_page_id,gt_id,gt_lat,gt_lon,gt_globe,gt_primary,gt_dim,gt_type,gt_name,gt_country,gt_region) VALUES (NULL,NULL,'45.811666666667','4.9194444444444','earth',1,1000,'camera',NULL,NULL,NULL) 31
36 148 148 Error: Call to a member function getId() on null 32
37 148 148 PHP Notice: Undefined property: ChangeTagsRevisionList::$page 33
38 148 148 mediawiki.structured_task.article.link_suggestion_interaction errors 34
39 148 148 Hiding own edits on watchlist and recentchanges results in hiding all IP edits 27
40 148 148 PHP Deprecated: Use of RevisionListBase::$title was deprecated in MediaWiki 1.37. [Called from RevDelRevisionItem::getHTML] 35
41 148 148 Add a link: Arrow of the box in Arabic not pointing to the words to link 36
42 148 148 Add a link: Auto-advance on mobile after user closes rejection reason dialog on the last link  37
43 148 148 Homepage: footer of topic filter overlaps topics 38

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.062ms