file
5 rows where patch_id = 15007
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
71819 | 15007 15007 | includes/AbuseFilterVariableHolder.php |
71820 | 15007 15007 | includes/parser/AFPTreeParser.php |
71821 | 15007 15007 | includes/parser/AbuseFilterCachingParser.php |
71822 | 15007 15007 | includes/parser/AbuseFilterParser.php |
71823 | 15007 15007 | tests/phpunit/unit/AbuseFilterParserTest.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);