home / train

bug_project

6 rows where bug_id = 724

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ bug_id name
4100 Error: Call to a member function getId() on null 724 1.38.0-wmf.13; 2021-12-13
4101 Error: Call to a member function getId() on null 724 Patch-For-Review
4102 Error: Call to a member function getId() on null 724 User-Urbanecm_WMF
4103 Error: Call to a member function getId() on null 724 Current Sprint
4104 Error: Call to a member function getId() on null 724 GrowthExperiments
4105 Error: Call to a member function getId() on null 724 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.859ms