file
7 rows where patch_id = 487
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
2541 | 487 487 | tests/phpunit/includes/Rest/EntryPointTest.php |
2542 | 487 487 | tests/phpunit/includes/Revision/RevisionStoreRecordTest.php |
2543 | 487 487 | tests/phpunit/includes/mail/MailAddressTest.php |
2544 | 487 487 | tests/phpunit/unit/includes/Rest/CorsUtilsTest.php |
2545 | 487 487 | tests/phpunit/unit/includes/block/BlockUtilsTest.php |
2546 | 487 487 | tests/phpunit/unit/includes/user/UserEditTrackerTest.php |
2547 | 487 487 | tests/phpunit/unit/includes/watchlist/WatchlistManagerTest.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);