file
9 rows where patch_id = 58464
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
268822 | 58464 58464 | tests/phpunit/includes/user/UserNameUtilsTest.php |
268823 | 58464 58464 | tests/phpunit/integration/includes/Rest/Handler/CreationHandlerTest.php |
268824 | 58464 58464 | tests/phpunit/integration/includes/Rest/Handler/LanguageLinksHandlerTest.php |
268825 | 58464 58464 | tests/phpunit/integration/includes/Rest/Handler/UpdateHandlerTest.php |
268826 | 58464 58464 | tests/phpunit/mocks/DummyServicesTrait.php |
268827 | 58464 58464 | tests/phpunit/mocks/MockTitleTrait.php |
268828 | 58464 58464 | tests/phpunit/unit/includes/BadFileLookupTest.php |
268829 | 58464 58464 | tests/phpunit/unit/includes/watcheditem/WatchedItemStoreUnitTest.php |
268830 | 58464 58464 | tests/phpunit/unit/includes/watchlist/WatchlistManagerTest.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);