file
5 rows where patch_id = 7531
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
34034 | 7531 7531 | includes/CommentFormatter.php |
34035 | 7531 7531 | tests/cases/ar-no-paragraph-oldparser/ar-no-paragraph-oldparser-formattedreply.html |
34036 | 7531 7531 | tests/phpunit/CommentFormatterTest.php |
34037 | 7531 7531 | tests/phpunit/CommentTestCase.php |
34038 | 7531 7531 | tests/phpunit/MockCommentFormatter.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);