file
5 rows where patch_id = 27791
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
132758 | 27791 27791 | tests/parser/ParserTestPrinter.php |
132759 | 27791 27791 | tests/phpunit/MediaWikiTestCase.php |
132760 | 27791 27791 | tests/phpunit/includes/libs/CSSMinTest.php |
132761 | 27791 27791 | tests/phpunit/mocks/filebackend/MockFileBackend.php |
132762 | 27791 27791 | tests/phpunit/mocks/filerepo/MockLocalRepo.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);