home / train

bug_project

8 rows where bug_id = 64

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ bug_id name
356 RevisionAccessException when trying to import files with FileImporter 64 1.36.0-wmf.2; 2020-07-28
357 RevisionAccessException when trying to import files with FileImporter 64 Patch-For-Review
358 RevisionAccessException when trying to import files with FileImporter 64 MW-1.35-notes
359 RevisionAccessException when trying to import files with FileImporter 64 WMDE-QWERTY-Sprint-2020-07-22
360 RevisionAccessException when trying to import files with FileImporter 64 Clinic Duty Team
361 RevisionAccessException when trying to import files with FileImporter 64 Internet-Archive
362 RevisionAccessException when trying to import files with FileImporter 64 Move-Files-To-Commons
363 RevisionAccessException when trying to import files with FileImporter 64 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.422ms