bug_project
10 rows where bug_id = 93
This data as json, CSV (advanced)
Suggested facets: name
id ▼ | bug_id | name |
---|---|---|
529 | Call to a member function getDifficulty() on null 93 | Patch-For-Review |
530 | Call to a member function getDifficulty() on null 93 | 1.36.0-wmf.18; 2020-11-17 |
531 | Call to a member function getDifficulty() on null 93 | GrowthExperiments-NewcomerTasks |
532 | Call to a member function getDifficulty() on null 93 | Current Sprint |
533 | Call to a member function getDifficulty() on null 93 | Wikimedia-production-error |
560 | Call to a member function getDifficulty() on null 93 | Patch-For-Review |
561 | Call to a member function getDifficulty() on null 93 | 1.36.0-wmf.18; 2020-11-17 |
562 | Call to a member function getDifficulty() on null 93 | GrowthExperiments-NewcomerTasks |
563 | Call to a member function getDifficulty() on null 93 | Current Sprint |
564 | Call to a member function getDifficulty() on null 93 | 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) );