home / train

file

47 rows where patch_id = 38449

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
177498 38449 38449 .gitignore
177499 38449 38449 .phan/config.php
177500 38449 38449 composer.json
177501 38449 38449 includes/Assignment/MultiClusterAssignment.php
177502 38449 38449 includes/BaseInterwikiResolver.php
177503 38449 38449 includes/BaseRequestLog.php
177504 38449 38449 includes/BuildDocument/Completion/SuggestBuilder.php
177505 38449 38449 includes/BuildDocument/RedirectsAndIncomingLinks.php
177506 38449 38449 includes/CirrusDebugOptions.php
177507 38449 38449 includes/CirrusSearch.php
177508 38449 38449 includes/CompletionRequestLog.php
177509 38449 38449 includes/CompletionSuggester.php
177510 38449 38449 includes/Connection.php
177511 38449 38449 includes/Dump.php
177512 38449 38449 includes/Elastica/ReindexRequest.php
177513 38449 38449 includes/Elastica/ReindexResponse.php
177514 38449 38449 includes/ElasticsearchIntermediary.php
177515 38449 38449 includes/Fallbacks/PhraseSuggestFallbackMethod.php
177516 38449 38449 includes/Hooks.php
177517 38449 38449 includes/Maintenance/AnalysisConfigBuilder.php
177518 38449 38449 includes/Maintenance/IndexCreator.php
177519 38449 38449 includes/Maintenance/SaneitizeLoop.php
177520 38449 38449 includes/MetaStore/MetaSaneitizeJobStore.php
177521 38449 38449 includes/MetaStore/MetaStoreIndex.php
177522 38449 38449 includes/MultiSearchRequestLog.php
177523 38449 38449 includes/Parser/AST/Visitor/QueryFixer.php
177524 38449 38449 includes/Profile/CompletionSearchProfileRepository.php
177525 38449 38449 includes/Query/FullTextSimpleMatchQueryBuilder.php
177526 38449 38449 includes/Query/MoreLikeFeature.php
177527 38449 38449 includes/RequestLogger.php
177528 38449 38449 includes/Sanity/Checker.php
177529 38449 38449 includes/Search/CompletionResultsCollector.php
177530 38449 38449 includes/Search/Rescore/BoostTemplatesFunctionScoreBuilder.php
177531 38449 38449 includes/Search/TextIndexField.php
177532 38449 38449 includes/SearchConfig.php
177533 38449 38449 includes/SearchRequestLog.php
177534 38449 38449 includes/Searcher.php
177535 38449 38449 includes/Updater.php
177536 38449 38449 includes/UserTesting.php
177537 38449 38449 includes/Util.php
177538 38449 38449 maintenance/forceSearchIndex.php
177539 38449 38449 maintenance/runSearch.php
177540 38449 38449 maintenance/saneitizeJobs.php
177541 38449 38449 maintenance/updateOneSearchIndexConfig.php
177542 38449 38449 maintenance/updateSuggesterIndex.php
177543 38449 38449 scripts/postprocess-phan.php
177544 38449 38449 tests/phan/config.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 19.632ms