file
15 rows where patch_id = 38
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
301 | 38 38 | RELEASE-NOTES-1.36 |
302 | 38 38 | autoload.php |
303 | 38 38 | includes/MediaWikiServices.php |
304 | 38 38 | includes/ServiceWiring.php |
305 | 38 38 | includes/Title.php |
306 | 38 38 | includes/actions/HistoryAction.php |
307 | 38 38 | includes/actions/pagers/HistoryPager.php |
308 | 38 38 | includes/page/WikiPage.php |
309 | 38 38 | includes/specialpage/SpecialPageFactory.php |
310 | 38 38 | includes/specials/SpecialWatchlist.php |
311 | 38 38 | includes/user/User.php |
312 | 38 38 | includes/watchlist/WatchlistManager.php |
313 | 38 38 | tests/phpunit/includes/specials/SpecialWatchlistTest.php |
314 | 38 38 | tests/phpunit/integration/includes/watchlist/WatchlistManagerTest.php |
315 | 38 38 | 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);