file
32 rows where patch_id = 3334
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
16468 | 3334 3334 | RELEASE-NOTES-1.36 |
16469 | 3334 3334 | includes/ServiceWiring.php |
16470 | 3334 3334 | includes/block/DatabaseBlock.php |
16471 | 3334 3334 | includes/block/UnblockUser.php |
16472 | 3334 3334 | includes/block/UserBlockCommandFactory.php |
16473 | 3334 3334 | includes/specials/SpecialBlock.php |
16474 | 3334 3334 | maintenance/blockUsers.php |
16475 | 3334 3334 | tests/phpunit/includes/Permissions/PermissionManagerTest.php |
16476 | 3334 3334 | tests/phpunit/includes/actions/ActionTest.php |
16477 | 3334 3334 | tests/phpunit/includes/api/ApiBaseTest.php |
16478 | 3334 3334 | tests/phpunit/includes/api/ApiBlockTest.php |
16479 | 3334 3334 | tests/phpunit/includes/api/ApiEditPageTest.php |
16480 | 3334 3334 | tests/phpunit/includes/api/ApiMoveTest.php |
16481 | 3334 3334 | tests/phpunit/includes/api/ApiQueryBlocksTest.php |
16482 | 3334 3334 | tests/phpunit/includes/api/ApiQueryInfoTest.php |
16483 | 3334 3334 | tests/phpunit/includes/api/ApiRevisionDeleteTest.php |
16484 | 3334 3334 | tests/phpunit/includes/api/ApiUnblockTest.php |
16485 | 3334 3334 | tests/phpunit/includes/api/ApiUserrightsTest.php |
16486 | 3334 3334 | tests/phpunit/includes/auth/AuthManagerTest.php |
16487 | 3334 3334 | tests/phpunit/includes/auth/CheckBlocksSecondaryAuthenticationProviderTest.php |
16488 | 3334 3334 | tests/phpunit/includes/block/BlockManagerTest.php |
16489 | 3334 3334 | tests/phpunit/includes/block/BlockPermissionCheckerTest.php |
16490 | 3334 3334 | tests/phpunit/includes/block/BlockRestrictionStoreTest.php |
16491 | 3334 3334 | tests/phpunit/includes/block/CompositeBlockTest.php |
16492 | 3334 3334 | tests/phpunit/includes/block/DatabaseBlockTest.php |
16493 | 3334 3334 | tests/phpunit/includes/block/UnblockUserTest.php |
16494 | 3334 3334 | tests/phpunit/includes/specials/SpecialBlockTest.php |
16495 | 3334 3334 | tests/phpunit/includes/specials/SpecialUnblockTest.php |
16496 | 3334 3334 | tests/phpunit/includes/specials/pagers/BlockListPagerTest.php |
16497 | 3334 3334 | tests/phpunit/includes/user/LocalIdLookupTest.php |
16498 | 3334 3334 | tests/phpunit/includes/user/UserGroupManagerTest.php |
16499 | 3334 3334 | tests/phpunit/includes/user/UserTest.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);