home / train

bug_project

6 rows where bug_id = 15

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: name

id ▼ bug_id name
69 SecurePoll: Mobile redirection on votewiki gives "not logged in" error 15 1.37.0-wmf.19; 2021-08-16
70 SecurePoll: Mobile redirection on votewiki gives "not logged in" error 15 MediaWiki-extensions-SecurePoll
71 SecurePoll: Mobile redirection on votewiki gives "not logged in" error 15 The Letter Song
3791 SecurePoll: Mobile redirection on votewiki gives "not logged in" error 15 1.37.0-wmf.19; 2021-08-16
3792 SecurePoll: Mobile redirection on votewiki gives "not logged in" error 15 MediaWiki-extensions-SecurePoll
3793 SecurePoll: Mobile redirection on votewiki gives "not logged in" error 15 The Letter Song

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 34.232ms