home / train

bug_project

10 rows where bug_id = 4

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: name

id ▼ bug_id name
13 oojs-ui-core.styles skin style is not applying in MonoBook 4 1.37.0-wmf.21; 2021-08-30
14 oojs-ui-core.styles skin style is not applying in MonoBook 4 Performance-Team
15 oojs-ui-core.styles skin style is not applying in MonoBook 4 MediaWiki-ResourceLoader
16 oojs-ui-core.styles skin style is not applying in MonoBook 4 MonoBook
17 oojs-ui-core.styles skin style is not applying in MonoBook 4 OOUI
41 oojs-ui-core.styles skin style is not applying in MonoBook 4 1.37.0-wmf.21; 2021-08-30
42 oojs-ui-core.styles skin style is not applying in MonoBook 4 MediaWiki-ResourceLoader
43 oojs-ui-core.styles skin style is not applying in MonoBook 4 Performance-Team
44 oojs-ui-core.styles skin style is not applying in MonoBook 4 MonoBook
45 oojs-ui-core.styles skin style is not applying in MonoBook 4 OOUI

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