file
7 rows where patch_id = 27790
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
132751 | 27790 27790 | tests/phpunit/includes/GlobalFunctions/GlobalTest.php |
132752 | 27790 27790 | tests/phpunit/includes/TestUserRegistry.php |
132753 | 27790 27790 | tests/phpunit/includes/config/GlobalVarConfigTest.php |
132754 | 27790 27790 | tests/phpunit/includes/filebackend/FileBackendTest.php |
132755 | 27790 27790 | tests/phpunit/includes/jobqueue/JobQueueTest.php |
132756 | 27790 27790 | tests/phpunit/includes/libs/objectcache/MultiWriteBagOStuffTest.php |
132757 | 27790 27790 | tests/phpunit/includes/libs/objectcache/ReplicatedBagOStuffTest.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);