home / train

bug_project

6 rows where bug_id = 384

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: name

id ▼ bug_id name
2157 Fatal error on file upload: "Argument to AbuseFilter::filterAction() must be Title, null given" 384 1.33.0-wmf.2; 2018-10-30
2158 Fatal error on file upload: "Argument to AbuseFilter::filterAction() must be Title, null given" 384 AbuseFilter
2159 Fatal error on file upload: "Argument to AbuseFilter::filterAction() must be Title, null given" 384 Wikimedia-production-error
2178 Fatal error on file upload: "Argument to AbuseFilter::filterAction() must be Title, null given" 384 1.33.0-wmf.2; 2018-10-30
2179 Fatal error on file upload: "Argument to AbuseFilter::filterAction() must be Title, null given" 384 AbuseFilter
2180 Fatal error on file upload: "Argument to AbuseFilter::filterAction() must be Title, null given" 384 Wikimedia-production-error

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE bug_project (
            id INTEGER PRIMARY KEY,
            bug_id INTEGER NOT NULL,
            name TEXT NOT NULL,
            FOREIGN KEY(bug_id) REFERENCES bug(id)
        );
Powered by Datasette · Queries took 35.847ms