home / train

bug_project

6 rows where bug_id = 71

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ bug_id name
405 Argument 1 passed to Wikimedia\Parsoid\Ext\ParsoidExtensionAPI::Wikimedia\Parsoid\Ext\{closure}() must be of the type integer, null given in ParsoidExtensionAPI.php on line 849 71 Parsing-Active-Work
406 Argument 1 passed to Wikimedia\Parsoid\Ext\ParsoidExtensionAPI::Wikimedia\Parsoid\Ext\{closure}() must be of the type integer, null given in ParsoidExtensionAPI.php on line 849 71 User-brennen
407 Argument 1 passed to Wikimedia\Parsoid\Ext\ParsoidExtensionAPI::Wikimedia\Parsoid\Ext\{closure}() must be of the type integer, null given in ParsoidExtensionAPI.php on line 849 71 1.36.0-wmf.4; 2020-08-11
408 Argument 1 passed to Wikimedia\Parsoid\Ext\ParsoidExtensionAPI::Wikimedia\Parsoid\Ext\{closure}() must be of the type integer, null given in ParsoidExtensionAPI.php on line 849 71 Parsoid-Rendering
409 Argument 1 passed to Wikimedia\Parsoid\Ext\ParsoidExtensionAPI::Wikimedia\Parsoid\Ext\{closure}() must be of the type integer, null given in ParsoidExtensionAPI.php on line 849 71 Parsoid
410 Argument 1 passed to Wikimedia\Parsoid\Ext\ParsoidExtensionAPI::Wikimedia\Parsoid\Ext\{closure}() must be of the type integer, null given in ParsoidExtensionAPI.php on line 849 71 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 33.468ms