home / train

bug_project

5 rows where bug_id = 414

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ bug_id name
2322 Call to a member function addJsConfigVars() on a non-object (null) 414 1.33.0-wmf.21; 2019-03-12
2323 Call to a member function addJsConfigVars() on a non-object (null) 414 Readers-Web-Kanbanana-Board-2018-19-Q3
2324 Call to a member function addJsConfigVars() on a non-object (null) 414 User-zeljkofilipin
2325 Call to a member function addJsConfigVars() on a non-object (null) 414 MobileFrontend
2326 Call to a member function addJsConfigVars() on a non-object (null) 414 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 30.178ms