file
5 rows where patch_id = 28414
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
136127 | 28414 28414 | tests/phpunit/includes/MediaWikiVersionFetcherTest.php |
136128 | 28414 28414 | tests/phpunit/includes/libs/MWMessagePackTest.php |
136129 | 28414 28414 | tests/phpunit/includes/resourceloader/ResourceLoaderSkinModuleTest.php |
136130 | 28414 28414 | tests/phpunit/includes/shell/ShellTest.php |
136131 | 28414 28414 | tests/phpunit/includes/watcheditem/WatchedItemQueryServiceUnitTest.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);