file
6 rows where patch_id = 2789
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
14108 | 2789 2789 | includes/CommentParser.php |
14109 | 2789 2789 | modules/Parser.js |
14110 | 2789 2789 | modules/ThreadItem.js |
14111 | 2789 2789 | tests/cases/ar-nbsp-timezone-parsoid/ar-nbsp-timezone-parsoid.json |
14112 | 2789 2789 | tests/cases/fr-unsigned-parsoid/fr-unsigned-parsoid.json |
14113 | 2789 2789 | tests/phpunit/CommentParserTest.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);