file
8 rows where patch_id = 59893
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
275057 | 59893 59893 | includes/CirrusSearch.php |
275058 | 59893 59893 | includes/Parser/FullTextKeywordRegistry.php |
275059 | 59893 59893 | includes/Query/ArticleTopicFeature.php |
275060 | 59893 59893 | includes/Query/HasRecommendationFeature.php |
275061 | 59893 59893 | includes/Wikimedia/WeightedTagsHooks.php |
275062 | 59893 59893 | tests/phpunit/unit/CirrusSearchTest.php |
275063 | 59893 59893 | tests/phpunit/unit/Query/ArticleTopicFeatureTest.php |
275064 | 59893 59893 | tests/phpunit/unit/Query/HasRecommendationFeatureTest.php |
Advanced export
JSON shape: default, array, newline-delimited, object
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);