home / train

bug_train

7 rows where train_id = 2

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ train_id bug_id
21 2 2 SqlBlobStore no longer caching blobs (DBConnectionError Too many connections) 16
22 2 2 Wikimedia\Rdbms\DBQueryError: Error 1054: Unknown column 'img_actor'  19
23 2 2 TypeError: Argument 2 passed to Wikibase\Client\DataAccess\Scribunto\WikibaseLanguageIndependentLuaBindings::trackUsageForSitelink() must be an instance of Wikibase\DataModel\Entity\ItemId, instance of Wikibase\MediaInfo\DataMo 20
24 2 2 PHP Notice: Only variables should be assigned by reference 21
25 2 2 Broken settings dialogue for reference previews when in conflict with a skin/gadget 22
26 2 2 TypeError: can't access property "setNotices", actionTools.notices is undefined 23
27 2 2 InvalidArgumentException: GrowthExperiments\Config\WikiPageConfigWriter::getCurrentWikiConfig failed to load config 24

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