bug_project
7 rows where bug_id = 779
This data as json, CSV (advanced)
id ▼ | bug_id | name |
---|---|---|
4361 | PHP Warning: preg_match() expects parameter 2 to be string, array given 779 | 1.39.0-wmf.3; 2022-03-22 |
4362 | PHP Warning: preg_match() expects parameter 2 to be string, array given 779 | Patch-For-Review |
4363 | PHP Warning: preg_match() expects parameter 2 to be string, array given 779 | Engineering |
4364 | PHP Warning: preg_match() expects parameter 2 to be string, array given 779 | Current Sprint |
4365 | PHP Warning: preg_match() expects parameter 2 to be string, array given 779 | MediaWiki-REST-API |
4366 | PHP Warning: preg_match() expects parameter 2 to be string, array given 779 | GrowthExperiments-MentorDashboard |
4367 | PHP Warning: preg_match() expects parameter 2 to be string, array given 779 | 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) );