home / train

bug_project

6 rows where bug_id = 778

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: name

id ▼ bug_id name
4345 DisableOATHForUser: Error: Call to a member function getName() on null 778 Patch-For-Review
4346 DisableOATHForUser: Error: Call to a member function getName() on null 778 MediaWiki-extensions-OathAuth
4347 DisableOATHForUser: Error: Call to a member function getName() on null 778 Wikimedia-production-error
4358 DisableOATHForUser: Error: Call to a member function getName() on null 778 Patch-For-Review
4359 DisableOATHForUser: Error: Call to a member function getName() on null 778 MediaWiki-extensions-OathAuth
4360 DisableOATHForUser: Error: Call to a member function getName() on null 778 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 41.372ms