file
10 rows where patch_id = 58450
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
268747 | 58450 58450 | tests/phpunit/MediaWikiIntegrationTestCase.php |
268748 | 58450 58450 | tests/phpunit/includes/TemplateCategoriesTest.php |
268749 | 58450 58450 | tests/phpunit/includes/api/ApiDeleteTest.php |
268750 | 58450 58450 | tests/phpunit/includes/deferred/RefreshSecondaryDataUpdateTest.php |
268751 | 58450 58450 | tests/phpunit/includes/jobqueue/jobs/CategoryMembershipChangeJobTest.php |
268752 | 58450 58450 | tests/phpunit/includes/jobqueue/jobs/ClearUserWatchlistJobTest.php |
268753 | 58450 58450 | tests/phpunit/includes/page/WikiPageDbTest.php |
268754 | 58450 58450 | tests/phpunit/includes/watcheditem/WatchedItemStoreIntegrationTest.php |
268755 | 58450 58450 | tests/phpunit/integration/includes/Storage/RevertedTagUpdateIntegrationTest.php |
268756 | 58450 58450 | tests/phpunit/maintenance/categoryChangesAsRdfTest.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);