home / train

bug_project

11 rows where bug_id = 170

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ bug_id name
918 Special:Contributions requests with a high &limit= caused excessive database load 170 MW-1.31-release-notes
919 Special:Contributions requests with a high &limit= caused excessive database load 170 MW-1.33-notes
920 Special:Contributions requests with a high &limit= caused excessive database load 170 MW-1.34-notes
921 Special:Contributions requests with a high &limit= caused excessive database load 170 Platform Engineering
922 Special:Contributions requests with a high &limit= caused excessive database load 170 Security
923 Special:Contributions requests with a high &limit= caused excessive database load 170 1.35.0-wmf.5; 2019-11-05
924 Special:Contributions requests with a high &limit= caused excessive database load 170 User-notice
925 Special:Contributions requests with a high &limit= caused excessive database load 170 Vuln-DoS
926 Special:Contributions requests with a high &limit= caused excessive database load 170 Performance Issue
927 Special:Contributions requests with a high &limit= caused excessive database load 170 MediaWiki-Special-pages
928 Special:Contributions requests with a high &limit= caused excessive database load 170 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 38.91ms