home / train

bug_project

12 rows where bug_id = 77

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: name

id ▼ bug_id name
444 Fix ParserOutput corruption wmf.10 -> wmf.11 77 1.36.0-wmf.12; 2020-10-05; NEVER DEPLOYED
445 Fix ParserOutput corruption wmf.10 -> wmf.11 77 Patch-For-Review
446 Fix ParserOutput corruption wmf.10 -> wmf.11 77 Wikimedia-Incident
447 Fix ParserOutput corruption wmf.10 -> wmf.11 77 MediaWiki-Parser
448 Fix ParserOutput corruption wmf.10 -> wmf.11 77 Platform Engineering
449 Fix ParserOutput corruption wmf.10 -> wmf.11 77 Wikimedia-production-error
485 Fix ParserOutput corruption wmf.10 -> wmf.11 77 1.36.0-wmf.12; 2020-10-05; NEVER DEPLOYED
486 Fix ParserOutput corruption wmf.10 -> wmf.11 77 Patch-For-Review
487 Fix ParserOutput corruption wmf.10 -> wmf.11 77 Wikimedia-Incident
488 Fix ParserOutput corruption wmf.10 -> wmf.11 77 MediaWiki-Parser
489 Fix ParserOutput corruption wmf.10 -> wmf.11 77 Platform Engineering
490 Fix ParserOutput corruption wmf.10 -> wmf.11 77 Wikimedia-production-error

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE bug_project (
            id INTEGER PRIMARY KEY,
            bug_id INTEGER NOT NULL,
            name TEXT NOT NULL,
            FOREIGN KEY(bug_id) REFERENCES bug(id)
        );
Powered by Datasette · Queries took 27.542ms