file
23 rows where patch_id = 844
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
4196 | 844 844 | composer.json |
4197 | 844 844 | includes/MediaWiki.php |
4198 | 844 844 | includes/MergeHistory.php |
4199 | 844 844 | includes/MovePage.php |
4200 | 844 844 | includes/filerepo/file/LocalFile.php |
4201 | 844 844 | includes/libs/rdbms/loadbalancer/ILoadBalancer.php |
4202 | 844 844 | includes/specials/SpecialBlock.php |
4203 | 844 844 | includes/user/User.php |
4204 | 844 844 | includes/watcheditem/WatchedItemStore.php |
4205 | 844 844 | tests/phpunit/includes/CommentStoreTest.php |
4206 | 844 844 | tests/phpunit/includes/MWTimestampTest.php |
4207 | 844 844 | tests/phpunit/includes/OutputPageTest.php |
4208 | 844 844 | tests/phpunit/includes/changes/RecentChangeTest.php |
4209 | 844 844 | tests/phpunit/includes/content/ContentModelChangeTest.php |
4210 | 844 844 | tests/phpunit/includes/page/WikiPageDbTest.php |
4211 | 844 844 | tests/phpunit/includes/parser/ParserOptionsTest.php |
4212 | 844 844 | tests/phpunit/includes/parser/ParserTest.php |
4213 | 844 844 | tests/phpunit/integration/includes/api/ApiWatchlistTraitTest.php |
4214 | 844 844 | tests/phpunit/mocks/permissions/MockAuthorityTrait.php |
4215 | 844 844 | tests/phpunit/unit/includes/MovePageTest.php |
4216 | 844 844 | tests/phpunit/unit/includes/title/NaiveForeignTitleFactoryTest.php |
4217 | 844 844 | tests/phpunit/unit/includes/watcheditem/WatchedItemStoreUnitTest.php |
4218 | 844 844 | 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);