file
6 rows where patch_id = 243
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
1251 | 243 243 | tests/phpunit/includes/Api/WatchedItemQueryServiceExtensionTest.php |
1252 | 243 243 | tests/phpunit/includes/Hooks/ChangesListHooksHandlerTest.php |
1253 | 243 243 | tests/phpunit/includes/Hooks/ContributionsHookHandlerTest.php |
1254 | 243 243 | tests/phpunit/includes/Hooks/HelpersTest.php |
1255 | 243 243 | tests/phpunit/includes/Hooks/HooksTest.php |
1256 | 243 243 | tests/phpunit/includes/Hooks/PreferencesHookHandlerTest.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);