home / train

bug_project

12 rows where bug_id = 776

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: name

id ▼ bug_id name
4335 PageSplitterHooks: Error: Call to a member function exists() on null 776 1.38.0-wmf.26; 2022-03-14
4336 PageSplitterHooks: Error: Call to a member function exists() on null 776 1.39.0-wmf.1; 2022-03-21-early
4337 PageSplitterHooks: Error: Call to a member function exists() on null 776 Kanbanana-FY-2021-22
4338 PageSplitterHooks: Error: Call to a member function exists() on null 776 User-brennen
4339 PageSplitterHooks: Error: Call to a member function exists() on null 776 MediaWiki-extensions-WikimediaEvents
4340 PageSplitterHooks: Error: Call to a member function exists() on null 776 Wikimedia-production-error
4348 PageSplitterHooks: Error: Call to a member function exists() on null 776 1.38.0-wmf.26; 2022-03-14
4349 PageSplitterHooks: Error: Call to a member function exists() on null 776 1.39.0-wmf.1; 2022-03-21-early
4350 PageSplitterHooks: Error: Call to a member function exists() on null 776 Kanbanana-FY-2021-22
4351 PageSplitterHooks: Error: Call to a member function exists() on null 776 User-brennen
4352 PageSplitterHooks: Error: Call to a member function exists() on null 776 MediaWiki-extensions-WikimediaEvents
4353 PageSplitterHooks: Error: Call to a member function exists() on null 776 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 31.888ms