home / train

bug_file

8 rows where bug_patch_id = 60

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ bug_patch_id filename
101 60 60 includes/CirrusSearch.php
102 60 60 includes/Parser/FullTextKeywordRegistry.php
103 60 60 includes/Query/ArticleTopicFeature.php
104 60 60 includes/Query/HasRecommendationFeature.php
105 60 60 includes/Wikimedia/WeightedTagsHooks.php
106 60 60 tests/phpunit/unit/CirrusSearchTest.php
107 60 60 tests/phpunit/unit/Query/ArticleTopicFeatureTest.php
108 60 60 tests/phpunit/unit/Query/HasRecommendationFeatureTest.php

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE bug_file (
            id INTEGER PRIMARY KEY,
            bug_patch_id INTEGER NOT NULL,
            filename INTEGER NOT NULL,
            UNIQUE(bug_patch_id,filename),
            FOREIGN KEY(bug_patch_id) REFERENCES bug_patch(id)
        );
Powered by Datasette · Queries took 11.891ms