home / train

bug_train

3 rows where train_id = 70

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ train_id bug_id
317 70 70 ErrorException from line 155 of /srv/mediawiki/php-1.34.0-wmf.4/extensions/Wikibase/lib/includes/Formatters/CachingKartographerEmbeddingHandler.php: PHP Notice: Undefined variable: rlModulesArr 277
318 70 70 Flow test failures locally with LQT enabled 278
319 70 70 ConfigException: HashConfig::get: undefined option: 'AllowConfirmedEmail' 279

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