file
6 rows where patch_id = 15010
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
71827 | 15010 15010 | extension.json |
71828 | 15010 15010 | includes/parser/AFPTransitionBase.php |
71829 | 15010 15010 | includes/parser/AFPTreeParser.php |
71830 | 15010 15010 | includes/parser/AbuseFilterParser.php |
71831 | 15010 15010 | tests/phpunit/AbuseFilterParserEquivsetTest.php |
71832 | 15010 15010 | 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);