bug_project
4 rows where bug_id = 9
This data as json, CSV (advanced)
id ▼ | bug_id | name |
---|---|---|
37 | api.wikimedia.org fatal exception: Error: Call to a member function text() on string 9 | 1.37.0-wmf.20; 2021-08-23 |
38 | api.wikimedia.org fatal exception: Error: Call to a member function text() on string 9 | MediaWiki-skins-WikimediaApiPortal |
39 | api.wikimedia.org fatal exception: Error: Call to a member function text() on string 9 | API-Portal |
40 | api.wikimedia.org fatal exception: Error: Call to a member function text() on string 9 | Platform Engineering |
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) );