home / train

bug_train

9 rows where train_id = 153

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ train_id bug_id
64 153 153 Captcha interface is not shown to unregistered users, page save is not possible 54
65 153 153 June 2021: appservers accumulating active php-fpm workers, requiring rolling restarts to avoid user-visible latency impact 48
66 153 153 TypeError: Return value of JsonSchemaHooks::onEditFilterMergedContent() must be of the type boolean, none returned 55
67 153 153 AbuseLog no longer recording revids of saved edits 56
68 153 153 ApiUsageException: There is no revision with ID [REDACTED]. 50
69 153 153 [M] "Add data" step of Upload Wizard broken 57
70 153 153 Deadlock found when trying to get lock (UserOptionsManager::saveOptionsQuery) 58
71 153 153 [regression-wmf12] new accounts do not get GrowthExperiments features 59
72 153 153 TypeError: trim() expects parameter 1 to be string, null given 60

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