file
16 rows where patch_id = 27808
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
132852 | 27808 27808 | RELEASE-NOTES-1.34 |
132853 | 27808 27808 | includes/jobqueue/jobs/ClearUserWatchlistJob.php |
132854 | 27808 27808 | includes/user/User.php |
132855 | 27808 27808 | includes/user/UserIdentity.php |
132856 | 27808 27808 | includes/user/UserIdentityValue.php |
132857 | 27808 27808 | includes/watcheditem/NoWriteWatchedItemStore.php |
132858 | 27808 27808 | includes/watcheditem/WatchedItem.php |
132859 | 27808 27808 | includes/watcheditem/WatchedItemQueryService.php |
132860 | 27808 27808 | includes/watcheditem/WatchedItemQueryServiceExtension.php |
132861 | 27808 27808 | includes/watcheditem/WatchedItemStore.php |
132862 | 27808 27808 | includes/watcheditem/WatchedItemStoreInterface.php |
132863 | 27808 27808 | tests/phpunit/MediaWikiTestCase.php |
132864 | 27808 27808 | tests/phpunit/includes/user/UserTest.php |
132865 | 27808 27808 | tests/phpunit/includes/watcheditem/NoWriteWatchedItemStoreUnitTest.php |
132866 | 27808 27808 | tests/phpunit/includes/watcheditem/WatchedItemQueryServiceUnitTest.php |
132867 | 27808 27808 | tests/phpunit/includes/watcheditem/WatchedItemStoreUnitTest.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);