home / train

file

21 rows where patch_id = 78955

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
364984 78955 78955 includes/MetaStore/MetaNamespaceStore.php
364985 78955 78955 includes/Query/ContentModelFeature.php
364986 78955 78955 includes/Query/FileNumericFeature.php
364987 78955 78955 includes/Query/FileTypeFeature.php
364988 78955 78955 includes/Query/FullTextSimpleMatchQueryBuilder.php
364989 78955 78955 includes/Query/HasRecommendationFeature.php
364990 78955 78955 includes/Query/LanguageFeature.php
364991 78955 78955 includes/Query/LinksToFeature.php
364992 78955 78955 includes/Query/PrefixFeature.php
364993 78955 78955 includes/Query/PrefixSearchQueryBuilder.php
364994 78955 78955 includes/Query/QueryHelper.php
364995 78955 78955 includes/Query/SubPageOfFeature.php
364996 78955 78955 includes/Query/TextFieldFilterFeature.php
364997 78955 78955 includes/Search/Rescore/BoostTemplatesFunctionScoreBuilder.php
364998 78955 78955 includes/Search/Rescore/ByKeywordTemplateBoostFunction.php
364999 78955 78955 includes/Searcher.php
365000 78955 78955 tests/phpunit/integration/Fallbacks/FallbackRunnerTest.php
365001 78955 78955 tests/phpunit/integration/Query/QueryHelperTest.php
365002 78955 78955 tests/phpunit/integration/Search/MSearchRequestsTest.php
365003 78955 78955 tests/phpunit/unit/Query/PrefixFeatureTest.php
365004 78955 78955 tests/phpunit/unit/Query/SubPageOfFeatureTest.php

Advanced export

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

CSV options:

CREATE TABLE file (
            id INTEGER PRIMARY KEY,
            patch_id INTEGER NOT NULL,
            filename INTEGER NOT NULL,
            FOREIGN KEY(patch_id) REFERENCES patch(id)
        );
CREATE INDEX file_patch_id ON file(patch_id);
Powered by Datasette · Queries took 35.014ms