file
6 rows where patch_id = 13392
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
62333 | 13392 13392 | RELEASE-NOTES-1.34 |
62334 | 13392 13392 | includes/parser/Parser.php |
62335 | 13392 13392 | maintenance/preprocessorFuzzTest.php |
62336 | 13392 13392 | tests/parser/ParserTestRunner.php |
62337 | 13392 13392 | tests/parser/parserTests.txt |
62338 | 13392 13392 | tests/phpunit/includes/parser/MagicVariableTest.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);