file
6 rows where patch_id = 446
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
2281 | 446 446 | includes/Title.php |
2282 | 446 446 | includes/changes/RecentChange.php |
2283 | 446 446 | tests/phpunit/includes/TitleMethodsTest.php |
2284 | 446 446 | tests/phpunit/includes/api/query/ApiQueryRecentChangesIntegrationTest.php |
2285 | 446 446 | tests/phpunit/includes/api/query/ApiQueryWatchlistIntegrationTest.php |
2286 | 446 446 | tests/phpunit/includes/changes/RecentChangeTest.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);