home / train

bug_project

6 rows where bug_id = 12

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ bug_id name
54 PHP Deprecated: Use of ParserOptions::getUser was deprecated in MediaWiki 1.36. [Called from Flow\Content\BoardContent::getParserOutput] 12 User-Urbanecm
55 PHP Deprecated: Use of ParserOptions::getUser was deprecated in MediaWiki 1.36. [Called from Flow\Content\BoardContent::getParserOutput] 12 1.37.0-wmf.20; 2021-08-23
56 PHP Deprecated: Use of ParserOptions::getUser was deprecated in MediaWiki 1.36. [Called from Flow\Content\BoardContent::getParserOutput] 12 MW Expedition
57 PHP Deprecated: Use of ParserOptions::getUser was deprecated in MediaWiki 1.36. [Called from Flow\Content\BoardContent::getParserOutput] 12 Growth-Team
58 PHP Deprecated: Use of ParserOptions::getUser was deprecated in MediaWiki 1.36. [Called from Flow\Content\BoardContent::getParserOutput] 12 StructuredDiscussions
59 PHP Deprecated: Use of ParserOptions::getUser was deprecated in MediaWiki 1.36. [Called from Flow\Content\BoardContent::getParserOutput] 12 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 37.254ms