file
5 rows where patch_id = 486
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
2536 | 486 486 | tests/phpunit/includes/db/LBFactoryTest.php |
2537 | 486 486 | tests/phpunit/includes/filerepo/LocalRepoTest.php |
2538 | 486 486 | tests/phpunit/unit/includes/libs/objectcache/WANObjectCacheTest.php |
2539 | 486 486 | tests/phpunit/unit/includes/libs/rdbms/TransactionProfilerTest.php |
2540 | 486 486 | tests/phpunit/unit/includes/watcheditem/WatchedItemStoreUnitTest.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);