home / train

bug_project

21 rows where bug_id = 276

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: name

id ▼ bug_id name
1555 After opening a diff, entry on Special:Watchlist sometimes stays unread (bold) 276 Growth-Team-Filtering
1556 After opening a diff, entry on Special:Watchlist sometimes stays unread (bold) 276 Growth-Team
1557 After opening a diff, entry on Special:Watchlist sometimes stays unread (bold) 276 User-kostajh
1558 After opening a diff, entry on Special:Watchlist sometimes stays unread (bold) 276 Regression
1559 After opening a diff, entry on Special:Watchlist sometimes stays unread (bold) 276 Radar
1560 After opening a diff, entry on Special:Watchlist sometimes stays unread (bold) 276 User-notice
1561 After opening a diff, entry on Special:Watchlist sometimes stays unread (bold) 276 MediaWiki-Watchlist
1600 After opening a diff, entry on Special:Watchlist sometimes stays unread (bold) 276 Growth-Team-Filtering
1601 After opening a diff, entry on Special:Watchlist sometimes stays unread (bold) 276 Growth-Team
1602 After opening a diff, entry on Special:Watchlist sometimes stays unread (bold) 276 User-kostajh
1603 After opening a diff, entry on Special:Watchlist sometimes stays unread (bold) 276 Regression
1604 After opening a diff, entry on Special:Watchlist sometimes stays unread (bold) 276 Radar
1605 After opening a diff, entry on Special:Watchlist sometimes stays unread (bold) 276 User-notice
1606 After opening a diff, entry on Special:Watchlist sometimes stays unread (bold) 276 MediaWiki-Watchlist
1644 After opening a diff, entry on Special:Watchlist sometimes stays unread (bold) 276 Growth-Team-Filtering
1645 After opening a diff, entry on Special:Watchlist sometimes stays unread (bold) 276 Growth-Team
1646 After opening a diff, entry on Special:Watchlist sometimes stays unread (bold) 276 User-kostajh
1647 After opening a diff, entry on Special:Watchlist sometimes stays unread (bold) 276 Regression
1648 After opening a diff, entry on Special:Watchlist sometimes stays unread (bold) 276 Radar
1649 After opening a diff, entry on Special:Watchlist sometimes stays unread (bold) 276 User-notice
1650 After opening a diff, entry on Special:Watchlist sometimes stays unread (bold) 276 MediaWiki-Watchlist

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