file
7 rows where patch_id = 51856
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
234289 | 51856 51856 | RELEASE-NOTES-1.31 |
234290 | 51856 51856 | includes/Html.php |
234291 | 51856 51856 | includes/api/ApiParse.php |
234292 | 51856 51856 | includes/api/i18n/en.json |
234293 | 51856 51856 | includes/api/i18n/qqq.json |
234294 | 51856 51856 | includes/parser/ParserOutput.php |
234295 | 51856 51856 | tests/phpunit/includes/parser/ParserOutputTest.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);