bug_project
5 rows where bug_id = 727
This data as json, CSV (advanced)
id ▼ | bug_id | name |
---|---|---|
4111 | PHP Notice: Array to string conversion 727 | Current Work |
4112 | PHP Notice: Array to string conversion 727 | 1.38.0-wmf.13; 2021-12-13 |
4113 | PHP Notice: Array to string conversion 727 | Patch-For-Review |
4114 | PHP Notice: Array to string conversion 727 | SDAW-MediaSearch |
4115 | PHP Notice: Array to string conversion 727 | 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) );