file
13 rows where patch_id = 496
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
2581 | 496 496 | includes/api/ApiMain.php |
2582 | 496 496 | includes/api/ApiWatch.php |
2583 | 496 496 | includes/api/ApiWatchlistTrait.php |
2584 | 496 496 | tests/phpunit/includes/api/ApiDeleteTest.php |
2585 | 496 496 | tests/phpunit/includes/api/ApiEditPageTest.php |
2586 | 496 496 | tests/phpunit/includes/api/ApiMoveTest.php |
2587 | 496 496 | tests/phpunit/includes/api/ApiProtectTest.php |
2588 | 496 496 | tests/phpunit/includes/api/ApiRollbackTest.php |
2589 | 496 496 | tests/phpunit/includes/api/ApiSetNotificationTimestampIntegrationTest.php |
2590 | 496 496 | tests/phpunit/includes/api/ApiUndeleteTest.php |
2591 | 496 496 | tests/phpunit/includes/api/ApiUploadTest.php |
2592 | 496 496 | tests/phpunit/includes/api/query/ApiQueryInfoTest.php |
2593 | 496 496 | tests/phpunit/integration/includes/api/ApiWatchlistTraitTest.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);