file
4 rows where patch_id = 87221
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
414403 | 87221 87221 | includes/CategoriesStorageManager.php |
414404 | 87221 87221 | includes/SuggestionListManager.php |
414405 | 87221 87221 | includes/TranslationUnit.php |
414406 | 87221 87221 | tests/phpunit/AbuseFilterCheckTest.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);