home / train

bug_project

6 rows where bug_id = 143

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ bug_id name
787 Argument 1 passed to MediaWiki\User\UserNameUtils::getCanonical() must be of the type string, null given, called in /srv/mediawiki/php-1.36.0-wmf.33/extensions/CentralAuth/includes/CentralAuthGroupMembershipProxy.php on line 48 143 1.36.0-wmf.34; 2021-03-09
788 Argument 1 passed to MediaWiki\User\UserNameUtils::getCanonical() must be of the type string, null given, called in /srv/mediawiki/php-1.36.0-wmf.33/extensions/CentralAuth/includes/CentralAuthGroupMembershipProxy.php on line 48 143 MW Expedition
789 Argument 1 passed to MediaWiki\User\UserNameUtils::getCanonical() must be of the type string, null given, called in /srv/mediawiki/php-1.36.0-wmf.33/extensions/CentralAuth/includes/CentralAuthGroupMembershipProxy.php on line 48 143 Patch-For-Review
790 Argument 1 passed to MediaWiki\User\UserNameUtils::getCanonical() must be of the type string, null given, called in /srv/mediawiki/php-1.36.0-wmf.33/extensions/CentralAuth/includes/CentralAuthGroupMembershipProxy.php on line 48 143 Security
791 Argument 1 passed to MediaWiki\User\UserNameUtils::getCanonical() must be of the type string, null given, called in /srv/mediawiki/php-1.36.0-wmf.33/extensions/CentralAuth/includes/CentralAuthGroupMembershipProxy.php on line 48 143 MediaWiki-extensions-CentralAuth
792 Argument 1 passed to MediaWiki\User\UserNameUtils::getCanonical() must be of the type string, null given, called in /srv/mediawiki/php-1.36.0-wmf.33/extensions/CentralAuth/includes/CentralAuthGroupMembershipProxy.php on line 48 143 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 34.31ms