bug_project
6 rows where bug_id = 23
This data as json, CSV (advanced)
Suggested facets: name
id ▼ | bug_id | name |
---|---|---|
117 | TypeError: can't access property "setNotices", actionTools.notices is undefined 23 | Add-Link |
118 | TypeError: can't access property "setNotices", actionTools.notices is undefined 23 | Current Sprint |
119 | TypeError: can't access property "setNotices", actionTools.notices is undefined 23 | Wikimedia-production-error |
144 | TypeError: can't access property "setNotices", actionTools.notices is undefined 23 | Add-Link |
145 | TypeError: can't access property "setNotices", actionTools.notices is undefined 23 | Current Sprint |
146 | TypeError: can't access property "setNotices", actionTools.notices is undefined 23 | 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) );