home / train

bug_train

6 rows where train_id = 152

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ train_id bug_id
58 152 152 June 2021: appservers accumulating active php-fpm workers, requiring rolling restarts to avoid user-visible latency impact 48
59 152 152 PHP Notice: Undefined index: frameCount 49
60 152 152 ApiUsageException: There is no revision with ID [REDACTED]. 50
61 152 152 Broken parameter search widget in VisualEditor template editor 51
62 152 152 InvalidArgumentException: Media handler BmpHandler returned NULL for metadata, should be array 52
63 152 152 Several wikis have 0 articles for all ORES topics 53

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