file
9 rows where patch_id = 130304
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
663174 | 130304 130304 | includes/block/BlockPermissionCheckerFactory.php |
663175 | 130304 130304 | tests/phpunit/integration/includes/block/BlockPermissionCheckerTest.php |
663176 | 130304 130304 | includes/block/BlockUser.php |
663177 | 130304 130304 | includes/specials/SpecialBlock.php |
663178 | 130304 130304 | includes/api/ApiUnblock.php |
663179 | 130304 130304 | tests/phpunit/unit/includes/block/BlockPermissionCheckerTest.php |
663180 | 130304 130304 | includes/block/BlockPermissionChecker.php |
663181 | 130304 130304 | includes/api/ApiBlock.php |
663182 | 130304 130304 | includes/block/UnblockUser.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);