file
10 rows where patch_id = 2104
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
9554 | 2104 2104 | includes/Rest/Handler/AbstractContributionHandler.php |
9555 | 2104 2104 | includes/Rest/Handler/ContributionsCountHandler.php |
9556 | 2104 2104 | includes/Rest/Handler/UserContributionsHandler.php |
9557 | 2104 2104 | includes/Rest/coreDevelopmentRoutes.json |
9558 | 2104 2104 | tests/api-testing/REST/ContributionsCount.js |
9559 | 2104 2104 | tests/api-testing/REST/UserContributions.js |
9560 | 2104 2104 | tests/common/TestsAutoLoader.php |
9561 | 2104 2104 | tests/phpunit/unit/includes/Rest/Handler/ContributionsCountHandlerTest.php |
9562 | 2104 2104 | tests/phpunit/unit/includes/Rest/Handler/ContributionsTestTrait.php |
9563 | 2104 2104 | tests/phpunit/unit/includes/Rest/Handler/UserContributionsHandlerTest.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);