file
9 rows where patch_id = 87206
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
413064 | 87206 87206 | includes/InterwikiResolverFactory.php |
413065 | 87206 87206 | tests/phpunit/integration/Profile/UserPrefSearchProfileOverrideTest.php |
413066 | 87206 87206 | tests/phpunit/unit/Profile/ArrayProfileRepositoryTest.php |
413067 | 87206 87206 | tests/phpunit/unit/Profile/CompletionSearchProfileRepositoryTest.php |
413068 | 87206 87206 | tests/phpunit/unit/Profile/ConfigProfileRepositoryTest.php |
413069 | 87206 87206 | tests/phpunit/unit/Profile/SearchProfileRepositoryTransformerTest.php |
413070 | 87206 87206 | tests/phpunit/unit/Profile/SearchProfileServiceFactoryTest.php |
413071 | 87206 87206 | tests/phpunit/unit/Profile/SearchProfileServiceTest.php |
413072 | 87206 87206 | tests/phpunit/unit/Profile/UserPrefSearchProfileOverrideTest.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);