home / train

bug_project

6 rows where bug_id = 23

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: name

id ▼ bug_id name
117 TypeError: can't access property "setNotices", actionTools.notices is undefined 23 Add-Link
118 TypeError: can't access property "setNotices", actionTools.notices is undefined 23 Current Sprint
119 TypeError: can't access property "setNotices", actionTools.notices is undefined 23 Wikimedia-production-error
144 TypeError: can't access property "setNotices", actionTools.notices is undefined 23 Add-Link
145 TypeError: can't access property "setNotices", actionTools.notices is undefined 23 Current Sprint
146 TypeError: can't access property "setNotices", actionTools.notices is undefined 23 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 64.229ms