home / train

bug_project

10 rows where bug_id = 792

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: name

id ▼ bug_id name
4432 MediaWiki\Extension\TitleBlacklist\TitleBlacklist::load(): The script tried to execute a method or access a property of an incomplete object.  792 1.39.0-wmf.12; 2022-05-16
4433 MediaWiki\Extension\TitleBlacklist\TitleBlacklist::load(): The script tried to execute a method or access a property of an incomplete object.  792 Patch-For-Review
4434 MediaWiki\Extension\TitleBlacklist\TitleBlacklist::load(): The script tried to execute a method or access a property of an incomplete object.  792 User-brennen
4435 MediaWiki\Extension\TitleBlacklist\TitleBlacklist::load(): The script tried to execute a method or access a property of an incomplete object.  792 TitleBlacklist
4436 MediaWiki\Extension\TitleBlacklist\TitleBlacklist::load(): The script tried to execute a method or access a property of an incomplete object.  792 Wikimedia-production-error
4462 MediaWiki\Extension\TitleBlacklist\TitleBlacklist::load(): The script tried to execute a method or access a property of an incomplete object.  792 1.39.0-wmf.12; 2022-05-16
4463 MediaWiki\Extension\TitleBlacklist\TitleBlacklist::load(): The script tried to execute a method or access a property of an incomplete object.  792 Patch-For-Review
4464 MediaWiki\Extension\TitleBlacklist\TitleBlacklist::load(): The script tried to execute a method or access a property of an incomplete object.  792 User-brennen
4465 MediaWiki\Extension\TitleBlacklist\TitleBlacklist::load(): The script tried to execute a method or access a property of an incomplete object.  792 TitleBlacklist
4466 MediaWiki\Extension\TitleBlacklist\TitleBlacklist::load(): The script tried to execute a method or access a property of an incomplete object.  792 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 36.257ms