home / train

bug_project

12 rows where bug_id = 90

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: name

id ▼ bug_id name
515 `Fatal exception of type "RuntimeException" ` when voting 90 1.36.0-wmf.18; 2020-11-17
516 `Fatal exception of type "RuntimeException" ` when voting 90 Patch-For-Review
517 `Fatal exception of type "RuntimeException" ` when voting 90 Wikimedia-production-error
518 `Fatal exception of type "RuntimeException" ` when voting 90 Trust-and-Safety
519 `Fatal exception of type "RuntimeException" ` when voting 90 Platform Engineering
520 `Fatal exception of type "RuntimeException" ` when voting 90 MediaWiki-extensions-SecurePoll
554 `Fatal exception of type "RuntimeException" ` when voting 90 1.36.0-wmf.18; 2020-11-17
555 `Fatal exception of type "RuntimeException" ` when voting 90 Patch-For-Review
556 `Fatal exception of type "RuntimeException" ` when voting 90 Wikimedia-production-error
557 `Fatal exception of type "RuntimeException" ` when voting 90 Trust-and-Safety
558 `Fatal exception of type "RuntimeException" ` when voting 90 Platform Engineering
559 `Fatal exception of type "RuntimeException" ` when voting 90 MediaWiki-extensions-SecurePoll

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 37.94ms