file
11 rows where patch_id = 130289
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
663111 | 130289 130289 | tests/phpunit/includes/api/ApiBlockInfoTraitTest.php |
663112 | 130289 130289 | includes/api/ApiBlockInfoTrait.php |
663113 | 130289 130289 | includes/Permissions/UserAuthority.php |
663114 | 130289 130289 | includes/block/BlockErrorFormatter.php |
663115 | 130289 130289 | includes/api/ApiQueryInfo.php |
663116 | 130289 130289 | autoload.php |
663117 | 130289 130289 | tests/phpunit/mocks/permissions/MockAuthorityTrait.php |
663118 | 130289 130289 | includes/api/ApiBlockInfoHelper.php |
663119 | 130289 130289 | includes/api/ApiBase.php |
663120 | 130289 130289 | tests/phpunit/includes/api/ApiBaseTest.php |
663121 | 130289 130289 | includes/Permissions/PermissionManager.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);