home / train

bug_project

7 rows where bug_id = 618

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ bug_id name
3504 VisualEditorDataModule triggers "Sessions are disabled for this entry point" 618 User-Ryasmeen
3505 VisualEditorDataModule triggers "Sessions are disabled for this entry point" 618 MW-1.28-release-notes
3506 VisualEditorDataModule triggers "Sessions are disabled for this entry point" 618 WMF-deploy-2016-05-24_(1.28.0-wmf.3)
3507 VisualEditorDataModule triggers "Sessions are disabled for this entry point" 618 VisualEditor-MediaWiki
3508 VisualEditorDataModule triggers "Sessions are disabled for this entry point" 618 VisualEditor
3509 VisualEditorDataModule triggers "Sessions are disabled for this entry point" 618 Wikimedia-production-error
3510 VisualEditorDataModule triggers "Sessions are disabled for this entry point" 618 MediaWiki-Parser

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