file
6 rows where patch_id = 7464
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
33773 | 7464 7464 | tests/phpunit/includes/MediaWikiServicesTest.php |
33774 | 7464 7464 | tests/phpunit/includes/interwiki/ClassicInterwikiLookupTest.php |
33775 | 7464 7464 | tests/phpunit/includes/interwiki/InterwikiTest.php |
33776 | 7464 7464 | tests/phpunit/tests/MediaWikiIntegrationTestCaseSchema1Test.php |
33777 | 7464 7464 | tests/phpunit/tests/MediaWikiIntegrationTestCaseSchema2Test.php |
33778 | 7464 7464 | tests/phpunit/unit/includes/interwiki/InterwikiLookupAdapterTest.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);