home / train

bug_train

9 rows where train_id = 78

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ train_id bug_id
381 78 78 Fatal on Watchlist: Call to a member function getAlphadecimal() on null 335
382 78 78 ElasticaErrorHandler.php: Object of class Elastica\Response could not be converted to string 336
383 78 78 PHP Warning: Attempted to serialize unserializable builtin class Closure$CirrusSearch\Profile\CompletionSearchProfileRepository::__construct;2912 337
384 78 78 [Regression wmf.13] Wikidata localisation is broken 338
385 78 78 Fatal on some Special:MyLanguage urls: MWException "Can't determine talk page associated with interwiki link" 323
386 78 78 Wikibase dump scripts fail on external storage access 328
387 78 78 stubs dumps broken for wikidatawiki with old revision for an entity redirecting to self; content read for every revision in stubs! 339
388 78 78 Redis exception connecting to "/var/run/nutcracker/redis_eqiad.sock": read error on connection 340
389 78 78 Fatal error during RecentChange::notifyEdit (deferred update) from ORES/RecentChangeSaveHookHandler 333

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