home / train

bug_project

6 rows where bug_id = 171

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ bug_id name
929 "PHP Notice: Undefined index: key" and similar in Cite.php and ReferenceStack.php 171 Incident Followup
930 "PHP Notice: Undefined index: key" and similar in Cite.php and ReferenceStack.php 171 1.35.0-wmf.15; 2020-01-14
931 "PHP Notice: Undefined index: key" and similar in Cite.php and ReferenceStack.php 171 Patch-For-Review
932 "PHP Notice: Undefined index: key" and similar in Cite.php and ReferenceStack.php 171 WMDE-QWERTY-Sprint-2019-11-20
933 "PHP Notice: Undefined index: key" and similar in Cite.php and ReferenceStack.php 171 Cite
934 "PHP Notice: Undefined index: key" and similar in Cite.php and ReferenceStack.php 171 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 36.321ms