home / train

bug_project

8 rows where bug_id = 335

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ bug_id name
1883 Fatal on Watchlist: Call to a member function getAlphadecimal() on null 335 1.34.0-wmf.14; 2019-07-16
1884 Fatal on Watchlist: Call to a member function getAlphadecimal() on null 335 Current work
1885 Fatal on Watchlist: Call to a member function getAlphadecimal() on null 335 Current Sprint
1886 Fatal on Watchlist: Call to a member function getAlphadecimal() on null 335 Wikidata
1887 Fatal on Watchlist: Call to a member function getAlphadecimal() on null 335 StructuredDiscussions
1888 Fatal on Watchlist: Call to a member function getAlphadecimal() on null 335 CirrusSearch
1889 Fatal on Watchlist: Call to a member function getAlphadecimal() on null 335 MediaWiki-Watchlist
1890 Fatal on Watchlist: Call to a member function getAlphadecimal() on null 335 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.332ms