bug_project
5 rows where bug_id = 89
This data as json, CSV (advanced)
id ▼ | bug_id | name |
---|---|---|
510 | PHP Fatal Error: Uncaught Error: Call to a member function getDescription() on null 89 | 1.36.0-wmf.14; 2020-10-20 |
511 | PHP Fatal Error: Uncaught Error: Call to a member function getDescription() on null 89 | MediaWiki-skins-WikimediaApiPortal |
512 | PHP Fatal Error: Uncaught Error: Call to a member function getDescription() on null 89 | User-DannyS712 |
513 | PHP Fatal Error: Uncaught Error: Call to a member function getDescription() on null 89 | API-Portal |
514 | PHP Fatal Error: Uncaught Error: Call to a member function getDescription() on null 89 | 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) );