file
7 rows where patch_id = 79152
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
365974 | 79152 79152 | includes/resourceloader/ResourceLoader.php |
365975 | 79152 79152 | includes/resourceloader/ResourceLoaderFileModule.php |
365976 | 79152 79152 | includes/resourceloader/ResourceLoaderModule.php |
365977 | 79152 79152 | tests/phpunit/data/resourceloader/script-comment-nonl.js |
365978 | 79152 79152 | tests/phpunit/data/resourceloader/script-nosemi-nonl.js |
365979 | 79152 79152 | tests/phpunit/includes/resourceloader/ResourceLoaderFileModuleTest.php |
365980 | 79152 79152 | tests/phpunit/includes/resourceloader/ResourceLoaderTest.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);