file
24 rows where patch_id = 58451
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
268757 | 58451 58451 | RELEASE-NOTES-1.37 |
268758 | 58451 58451 | includes/ParamValidator/TypeDef/UserDef.php |
268759 | 58451 58451 | includes/api/ApiQuery.php |
268760 | 58451 58451 | includes/api/ApiQueryBlocks.php |
268761 | 58451 58451 | includes/api/ApiQueryUserContribs.php |
268762 | 58451 58451 | includes/api/ApiQueryUsers.php |
268763 | 58451 58451 | includes/auth/AbstractPrimaryAuthenticationProvider.php |
268764 | 58451 58451 | includes/auth/LocalPasswordPrimaryAuthenticationProvider.php |
268765 | 58451 58451 | includes/auth/TemporaryPasswordPrimaryAuthenticationProvider.php |
268766 | 58451 58451 | includes/htmlform/fields/HTMLUsersMultiselectField.php |
268767 | 58451 58451 | includes/installer/WebInstallerName.php |
268768 | 58451 58451 | includes/language/LanguageConverter.php |
268769 | 58451 58451 | includes/session/CookieSessionProvider.php |
268770 | 58451 58451 | includes/session/UserInfo.php |
268771 | 58451 58451 | includes/user/ExternalUserNames.php |
268772 | 58451 58451 | includes/user/User.php |
268773 | 58451 58451 | maintenance/includes/DeleteLocalPasswords.php |
268774 | 58451 58451 | maintenance/rollbackEdits.php |
268775 | 58451 58451 | tests/phpunit/includes/auth/AbstractPrimaryAuthenticationProviderTest.php |
268776 | 58451 58451 | tests/phpunit/includes/auth/LocalPasswordPrimaryAuthenticationProviderTest.php |
268777 | 58451 58451 | tests/phpunit/includes/auth/ResetPasswordSecondaryAuthenticationProviderTest.php |
268778 | 58451 58451 | tests/phpunit/includes/auth/TemporaryPasswordPrimaryAuthenticationProviderTest.php |
268779 | 58451 58451 | tests/phpunit/includes/session/CookieSessionProviderTest.php |
268780 | 58451 58451 | 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);