file
9 rows where patch_id = 58444
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
268717 | 58444 58444 | tests/phpunit/includes/TitleMethodsTest.php |
268718 | 58444 58444 | tests/phpunit/includes/TitleTest.php |
268719 | 58444 58444 | tests/phpunit/includes/api/query/ApiQueryTest.php |
268720 | 58444 58444 | tests/phpunit/includes/auth/AbstractPrimaryAuthenticationProviderTest.php |
268721 | 58444 58444 | tests/phpunit/includes/logging/ImportLogFormatterTest.php |
268722 | 58444 58444 | tests/phpunit/includes/title/MediaWikiTitleCodecTest.php |
268723 | 58444 58444 | tests/phpunit/includes/user/ExternalUserNamesTest.php |
268724 | 58444 58444 | tests/phpunit/includes/user/UserTest.php |
268725 | 58444 58444 | tests/phpunit/mocks/DummyServicesTrait.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);