home / train

bug_project

4 rows where bug_id = 291

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ bug_id name
1628 Invalid message parameter CommentStoreComment from EventPresentationModel.php 291 1.34.0-wmf.6; 2019-05-21
1629 Invalid message parameter CommentStoreComment from EventPresentationModel.php 291 Current Sprint
1630 Invalid message parameter CommentStoreComment from EventPresentationModel.php 291 Notifications
1631 Invalid message parameter CommentStoreComment from EventPresentationModel.php 291 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 43.039ms