home / train

bug_project

12 rows where bug_id = 795

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: name

id ▼ bug_id name
4447 Links in the TOC of vector 2022 are not clickable for some Chromium based browsers 795 1.39.0-wmf.10; 2022-05-02
4448 Links in the TOC of vector 2022 are not clickable for some Chromium based browsers 795 Patch-For-Review
4449 Links in the TOC of vector 2022 are not clickable for some Chromium based browsers 795 Kanbanana-FY-2021-22
4450 Links in the TOC of vector 2022 are not clickable for some Chromium based browsers 795 Desktop Improvements
4451 Links in the TOC of vector 2022 are not clickable for some Chromium based browsers 795 Vector
4452 Links in the TOC of vector 2022 are not clickable for some Chromium based browsers 795 Browser-Support-Google-Chrome
4497 Links in the TOC of vector 2022 are not clickable for some Chromium based browsers 795 1.39.0-wmf.10; 2022-05-02
4498 Links in the TOC of vector 2022 are not clickable for some Chromium based browsers 795 Patch-For-Review
4499 Links in the TOC of vector 2022 are not clickable for some Chromium based browsers 795 Kanbanana-FY-2021-22
4500 Links in the TOC of vector 2022 are not clickable for some Chromium based browsers 795 Desktop Improvements
4501 Links in the TOC of vector 2022 are not clickable for some Chromium based browsers 795 Vector
4502 Links in the TOC of vector 2022 are not clickable for some Chromium based browsers 795 Browser-Support-Google-Chrome

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