home / train

bug_project

12 rows where bug_id = 50

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: name

id ▼ bug_id name
258 ApiUsageException: There is no revision with ID [REDACTED]. 50 1.37.0-wmf.11; 2021-06-21
259 ApiUsageException: There is no revision with ID [REDACTED]. 50 FY2021-22 Kanban Board
260 ApiUsageException: There is no revision with ID [REDACTED]. 50 Growth-Team
261 ApiUsageException: There is no revision with ID [REDACTED]. 50 DiscussionTools
262 ApiUsageException: There is no revision with ID [REDACTED]. 50 Notifications
263 ApiUsageException: There is no revision with ID [REDACTED]. 50 Wikimedia-production-error
299 ApiUsageException: There is no revision with ID [REDACTED]. 50 1.37.0-wmf.11; 2021-06-21
300 ApiUsageException: There is no revision with ID [REDACTED]. 50 Growth-Team
301 ApiUsageException: There is no revision with ID [REDACTED]. 50 FY2021-22 Kanban Board
302 ApiUsageException: There is no revision with ID [REDACTED]. 50 DiscussionTools
303 ApiUsageException: There is no revision with ID [REDACTED]. 50 Notifications
304 ApiUsageException: There is no revision with ID [REDACTED]. 50 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 35.007ms