file
8 rows where patch_id = 14970
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
69208 | 14970 14970 | tests/phpunit/MediaWikiIntegrationTestCase.php |
69209 | 14970 14970 | tests/phpunit/includes/Storage/NameTableStoreFactoryTest.php |
69210 | 14970 14970 | tests/phpunit/includes/auth/AbstractAuthenticationProviderTest.php |
69211 | 14970 14970 | tests/phpunit/includes/auth/AuthenticationRequestTest.php |
69212 | 14970 14970 | tests/phpunit/includes/auth/AuthenticationRequestTestCase.php |
69213 | 14970 14970 | tests/phpunit/includes/db/LoadBalancerTest.php |
69214 | 14970 14970 | tests/phpunit/includes/site/SiteTest.php |
69215 | 14970 14970 | tests/phpunit/languages/LanguageIntegrationTest.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);