home / train

bug_project

10 rows where bug_id = 93

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: name

id ▼ bug_id name
529 Call to a member function getDifficulty() on null 93 Patch-For-Review
530 Call to a member function getDifficulty() on null 93 1.36.0-wmf.18; 2020-11-17
531 Call to a member function getDifficulty() on null 93 GrowthExperiments-NewcomerTasks
532 Call to a member function getDifficulty() on null 93 Current Sprint
533 Call to a member function getDifficulty() on null 93 Wikimedia-production-error
560 Call to a member function getDifficulty() on null 93 Patch-For-Review
561 Call to a member function getDifficulty() on null 93 1.36.0-wmf.18; 2020-11-17
562 Call to a member function getDifficulty() on null 93 GrowthExperiments-NewcomerTasks
563 Call to a member function getDifficulty() on null 93 Current Sprint
564 Call to a member function getDifficulty() on null 93 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 37.242ms