file
6 rows where patch_id = 36651
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
168930 | 36651 36651 | CirrusSearch.php |
168931 | 36651 36651 | docs/settings.txt |
168932 | 36651 36651 | includes/Parser/FullTextKeywordRegistry.php |
168933 | 36651 36651 | includes/Query/FileTypeFeature.php |
168934 | 36651 36651 | tests/phpunit/Query/FileFeatureTest.php |
168935 | 36651 36651 | tests/phpunit/Query/KeywordFeatureAssertions.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);