file
26 rows where patch_id = 35270
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
164105 | 35270 35270 | tests/phpunit/includes/auth/AbstractAuthenticationProviderTest.php |
164106 | 35270 35270 | tests/phpunit/includes/auth/AbstractPasswordPrimaryAuthenticationProviderTest.php |
164107 | 35270 35270 | tests/phpunit/includes/auth/AbstractPreAuthenticationProviderTest.php |
164108 | 35270 35270 | tests/phpunit/includes/auth/AbstractPrimaryAuthenticationProviderTest.php |
164109 | 35270 35270 | tests/phpunit/includes/auth/AbstractSecondaryAuthenticationProviderTest.php |
164110 | 35270 35270 | tests/phpunit/includes/auth/AuthPluginPrimaryAuthenticationProviderTest.php |
164111 | 35270 35270 | tests/phpunit/includes/auth/AuthenticationRequestTest.php |
164112 | 35270 35270 | tests/phpunit/includes/auth/AuthenticationResponseTest.php |
164113 | 35270 35270 | tests/phpunit/includes/auth/ButtonAuthenticationRequestTest.php |
164114 | 35270 35270 | tests/phpunit/includes/auth/CheckBlocksSecondaryAuthenticationProviderTest.php |
164115 | 35270 35270 | tests/phpunit/includes/auth/ConfirmLinkAuthenticationRequestTest.php |
164116 | 35270 35270 | tests/phpunit/includes/auth/ConfirmLinkSecondaryAuthenticationProviderTest.php |
164117 | 35270 35270 | tests/phpunit/includes/auth/CreateFromLoginAuthenticationRequestTest.php |
164118 | 35270 35270 | tests/phpunit/includes/auth/CreatedAccountAuthenticationRequestTest.php |
164119 | 35270 35270 | tests/phpunit/includes/auth/CreationReasonAuthenticationRequestTest.php |
164120 | 35270 35270 | tests/phpunit/includes/auth/LocalPasswordPrimaryAuthenticationProviderTest.php |
164121 | 35270 35270 | tests/phpunit/includes/auth/PasswordAuthenticationRequestTest.php |
164122 | 35270 35270 | tests/phpunit/includes/auth/PasswordDomainAuthenticationRequestTest.php |
164123 | 35270 35270 | tests/phpunit/includes/auth/RememberMeAuthenticationRequestTest.php |
164124 | 35270 35270 | tests/phpunit/includes/auth/ResetPasswordSecondaryAuthenticationProviderTest.php |
164125 | 35270 35270 | tests/phpunit/includes/auth/TemporaryPasswordAuthenticationRequestTest.php |
164126 | 35270 35270 | tests/phpunit/includes/auth/TemporaryPasswordPrimaryAuthenticationProviderTest.php |
164127 | 35270 35270 | tests/phpunit/includes/auth/ThrottlePreAuthenticationProviderTest.php |
164128 | 35270 35270 | tests/phpunit/includes/auth/ThrottlerTest.php |
164129 | 35270 35270 | tests/phpunit/includes/auth/UserDataAuthenticationRequestTest.php |
164130 | 35270 35270 | tests/phpunit/includes/auth/UsernameAuthenticationRequestTest.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);