file
5 rows where patch_id = 803
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
4032 | 803 803 | tests/integration/includes/http/MWHttpRequestTestCase.php |
4033 | 803 803 | tests/phpunit/includes/MergeHistoryTest.php |
4034 | 803 803 | tests/phpunit/includes/Rest/RequestFromGlobalsTest.php |
4035 | 803 803 | tests/phpunit/includes/Revision/ContributionsLookupTest.php |
4036 | 803 803 | tests/phpunit/includes/api/ApiRevisionDeleteTest.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);