file
11 rows where patch_id = 86008
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
405335 | 86008 86008 | resources/ext.wikilambda.edit/components/ZObjectKey.vue |
405336 | 86008 86008 | resources/ext.wikilambda.edit/components/ZObjectKeyList.vue |
405337 | 86008 86008 | resources/ext.wikilambda.edit/components/ZObjectSelector.vue |
405338 | 86008 86008 | resources/ext.wikilambda.edit/components/editor/FnEditorTypeSelector.vue |
405339 | 86008 86008 | resources/ext.wikilambda.edit/components/function/definition/function-definition-footer.vue |
405340 | 86008 86008 | resources/ext.wikilambda.edit/store/modules/zKeys.js |
405341 | 86008 86008 | resources/ext.wikilambda.edit/store/modules/zobject.js |
405342 | 86008 86008 | resources/ext.wikilambda.edit/views/function/FunctionDefinition.vue |
405343 | 86008 86008 | tests/jest/components/ZObjectSelector.test.js |
405344 | 86008 86008 | tests/jest/store/modules/programmingLanguages.test.js |
405345 | 86008 86008 | tests/jest/store/modules/zKeys.test.js |
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);