home / train

bug_project

8 rows where bug_id = 68

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ bug_id name
383 Uncaught ArgumentCountError: Too few arguments to function OOUI\Tag::appendContent(), 0 passed 68 1.36.0-wmf.3; 2020-08-04
384 Uncaught ArgumentCountError: Too few arguments to function OOUI\Tag::appendContent(), 0 passed 68 WikibaseMediaInfo
385 Uncaught ArgumentCountError: Too few arguments to function OOUI\Tag::appendContent(), 0 passed 68 Wikidata
386 Uncaught ArgumentCountError: Too few arguments to function OOUI\Tag::appendContent(), 0 passed 68 User-brennen
387 Uncaught ArgumentCountError: Too few arguments to function OOUI\Tag::appendContent(), 0 passed 68 OOjs core
388 Uncaught ArgumentCountError: Too few arguments to function OOUI\Tag::appendContent(), 0 passed 68 Commons
389 Uncaught ArgumentCountError: Too few arguments to function OOUI\Tag::appendContent(), 0 passed 68 Wikidata-Campsite
390 Uncaught ArgumentCountError: Too few arguments to function OOUI\Tag::appendContent(), 0 passed 68 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 35.424ms