file
8 rows where patch_id = 51922
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
234643 | 51922 51922 | i18n/en.json |
234644 | 51922 51922 | i18n/qqq.json |
234645 | 51922 51922 | includes/AbuseFilter.class.php |
234646 | 51922 51922 | includes/parser/AbuseFilterParser.php |
234647 | 51922 51922 | tests/parserTests/ccnorm-contains-all.r |
234648 | 51922 51922 | tests/parserTests/ccnorm-contains-all.t |
234649 | 51922 51922 | tests/parserTests/contains-all.r |
234650 | 51922 51922 | tests/parserTests/contains-all.t |
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);