file
12 rows where patch_id = 2340
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
11655 | 2340 2340 | includes/DefaultSettings.php |
11656 | 2340 2340 | includes/ServiceWiring.php |
11657 | 2340 2340 | includes/api/ApiParse.php |
11658 | 2340 2340 | includes/api/ApiQuerySiteinfo.php |
11659 | 2340 2340 | includes/preferences/DefaultPreferencesFactory.php |
11660 | 2340 2340 | includes/skins/SkinFactory.php |
11661 | 2340 2340 | tests/phpunit/includes/api/ApiParseTest.php |
11662 | 2340 2340 | tests/phpunit/includes/api/ApiQuerySiteinfoTest.php |
11663 | 2340 2340 | tests/phpunit/includes/resourceloader/ResourceLoaderFileModuleTest.php |
11664 | 2340 2340 | tests/phpunit/includes/resourceloader/ResourceLoaderOOUIImageModuleTest.php |
11665 | 2340 2340 | tests/phpunit/includes/skins/SkinTest.php |
11666 | 2340 2340 | tests/phpunit/unit/includes/skins/SkinFactoryTest.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);