home / train

bug_project

8 rows where bug_id = 83

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ bug_id name
477 Invariant failed: Bad UTF-8 (full string verification) 83 1.36.0-wmf.18; 2020-11-17
478 Invariant failed: Bad UTF-8 (full string verification) 83 User-notice
479 Invariant failed: Bad UTF-8 (full string verification) 83 Parsing-Active-Work
480 Invariant failed: Bad UTF-8 (full string verification) 83 WMDE-QWERTY-Sprint-2020-08-26
481 Invariant failed: Bad UTF-8 (full string verification) 83 Patch-For-Review
482 Invariant failed: Bad UTF-8 (full string verification) 83 Wikimedia-production-error
483 Invariant failed: Bad UTF-8 (full string verification) 83 User-brennen
484 Invariant failed: Bad UTF-8 (full string verification) 83 Parsoid

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 28.106ms