bug_project
5 rows where bug_id = 41
This data as json, CSV (advanced)
id ▼ | bug_id | name |
---|---|---|
199 | InvalidArgumentException: Unable to normalize the provided actor name x.y.z.v/16 41 | MediaWiki-User-management |
200 | InvalidArgumentException: Unable to normalize the provided actor name x.y.z.v/16 41 | User-Zabe |
201 | InvalidArgumentException: Unable to normalize the provided actor name x.y.z.v/16 41 | 1.37.0-wmf.6; 2021-05-18 |
202 | InvalidArgumentException: Unable to normalize the provided actor name x.y.z.v/16 41 | Platform Engineering |
203 | InvalidArgumentException: Unable to normalize the provided actor name x.y.z.v/16 41 | Wikimedia-production-error |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE bug_project ( id INTEGER PRIMARY KEY, bug_id INTEGER NOT NULL, name TEXT NOT NULL, FOREIGN KEY(bug_id) REFERENCES bug(id) );