file
14 rows where patch_id = 3680
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
17843 | 3680 3680 | includes/DefaultSettings.php |
17844 | 3680 3680 | includes/Rest/CorsUtils.php |
17845 | 3680 3680 | includes/Rest/EntryPoint.php |
17846 | 3680 3680 | includes/Rest/HeaderParser/Origin.php |
17847 | 3680 3680 | includes/Rest/Router.php |
17848 | 3680 3680 | includes/Rest/i18n/en.json |
17849 | 3680 3680 | includes/Rest/i18n/qqq.json |
17850 | 3680 3680 | includes/api/ApiMain.php |
17851 | 3680 3680 | tests/phpunit/MediaWikiUnitTestCase.php |
17852 | 3680 3680 | tests/phpunit/includes/Rest/EntryPointTest.php |
17853 | 3680 3680 | tests/phpunit/structure/RestStructureTest.php |
17854 | 3680 3680 | tests/phpunit/unit/includes/Rest/CorsUtilsTest.php |
17855 | 3680 3680 | tests/phpunit/unit/includes/Rest/HeaderParser/OriginTest.php |
17856 | 3680 3680 | tests/phpunit/unit/includes/Rest/RouterTest.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);