home / train

bug_project

12 rows where bug_id = 323

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: name

id ▼ bug_id name
1831 Fatal on some Special:MyLanguage urls: MWException "Can't determine talk page associated with interwiki link" 323 1.34.0-wmf.16; 2019-07-30
1832 Fatal on some Special:MyLanguage urls: MWException "Can't determine talk page associated with interwiki link" 323 Needs Cleaning - Security, stability, performance, and scalability (TEC1)
1833 Fatal on some Special:MyLanguage urls: MWException "Can't determine talk page associated with interwiki link" 323 MediaWiki-Internationalization
1834 Fatal on some Special:MyLanguage urls: MWException "Can't determine talk page associated with interwiki link" 323 Wikimedia-production-error
1906 Fatal on some Special:MyLanguage urls: MWException "Can't determine talk page associated with interwiki link" 323 1.34.0-wmf.16; 2019-07-30
1907 Fatal on some Special:MyLanguage urls: MWException "Can't determine talk page associated with interwiki link" 323 Needs Cleaning - Security, stability, performance, and scalability (TEC1)
1908 Fatal on some Special:MyLanguage urls: MWException "Can't determine talk page associated with interwiki link" 323 MediaWiki-Internationalization
1909 Fatal on some Special:MyLanguage urls: MWException "Can't determine talk page associated with interwiki link" 323 Wikimedia-production-error
1938 Fatal on some Special:MyLanguage urls: MWException "Can't determine talk page associated with interwiki link" 323 1.34.0-wmf.16; 2019-07-30
1939 Fatal on some Special:MyLanguage urls: MWException "Can't determine talk page associated with interwiki link" 323 Needs Cleaning - Security, stability, performance, and scalability (TEC1)
1940 Fatal on some Special:MyLanguage urls: MWException "Can't determine talk page associated with interwiki link" 323 MediaWiki-Internationalization
1941 Fatal on some Special:MyLanguage urls: MWException "Can't determine talk page associated with interwiki link" 323 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.592ms