file
15 rows where patch_id = 4062
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
19866 | 4062 4062 | autoload.php |
19867 | 4062 4062 | includes/HookContainer/HookContainer.php |
19868 | 4062 4062 | includes/MediaWikiServices.php |
19869 | 4062 4062 | includes/Revision/RevisionRecord.php |
19870 | 4062 4062 | includes/Revision/RevisionSlots.php |
19871 | 4062 4062 | includes/Revision/SlotRecord.php |
19872 | 4062 4062 | includes/context/ContextSource.php |
19873 | 4062 4062 | includes/context/RequestContext.php |
19874 | 4062 4062 | includes/libs/NonSerializableTrait.php |
19875 | 4062 4062 | includes/page/Article.php |
19876 | 4062 4062 | includes/page/WikiPage.php |
19877 | 4062 4062 | includes/user/User.php |
19878 | 4062 4062 | tests/phpunit/includes/page/ArticleTest.php |
19879 | 4062 4062 | tests/phpunit/includes/page/WikiPageDbTest.php |
19880 | 4062 4062 | tests/phpunit/includes/user/UserTest.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);