file
9 rows where patch_id = 3042
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
15276 | 3042 3042 | includes/CommentParser.php |
15277 | 3042 3042 | includes/Data.php |
15278 | 3042 3042 | modules/Parser.js |
15279 | 3042 3042 | tests/data/arwiki-data.json |
15280 | 3042 3042 | tests/data/enwiki-data.json |
15281 | 3042 3042 | tests/data/frwiki-data.json |
15282 | 3042 3042 | tests/data/huwiki-data.json |
15283 | 3042 3042 | tests/data/nlwiki-data.json |
15284 | 3042 3042 | tests/data/plwiki-data.json |
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);