file
8 rows where patch_id = 2333
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
11632 | 2333 2333 | includes/Rest/Handler/AbstractContributionHandler.php |
11633 | 2333 2333 | includes/Rest/Handler/ContributionsCountHandler.php |
11634 | 2333 2333 | includes/Rest/Handler/UserContributionsHandler.php |
11635 | 2333 2333 | includes/Rest/coreDevelopmentRoutes.json |
11636 | 2333 2333 | tests/phpunit/unit/includes/Rest/Handler/ContributionsCountHandlerTest.php |
11637 | 2333 2333 | tests/phpunit/unit/includes/Rest/Handler/ContributionsTestTrait.php |
11638 | 2333 2333 | tests/phpunit/unit/includes/Rest/Handler/HandlerTestTrait.php |
11639 | 2333 2333 | 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);