home / train

file

24 rows where patch_id = 58466

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
268834 58466 58466 RELEASE-NOTES-1.37
268835 58466 58466 includes/ParamValidator/TypeDef/UserDef.php
268836 58466 58466 includes/api/ApiQuery.php
268837 58466 58466 includes/api/ApiQueryBlocks.php
268838 58466 58466 includes/api/ApiQueryUserContribs.php
268839 58466 58466 includes/api/ApiQueryUsers.php
268840 58466 58466 includes/auth/AbstractPrimaryAuthenticationProvider.php
268841 58466 58466 includes/auth/LocalPasswordPrimaryAuthenticationProvider.php
268842 58466 58466 includes/auth/TemporaryPasswordPrimaryAuthenticationProvider.php
268843 58466 58466 includes/htmlform/fields/HTMLUsersMultiselectField.php
268844 58466 58466 includes/installer/WebInstallerName.php
268845 58466 58466 includes/language/LanguageConverter.php
268846 58466 58466 includes/session/CookieSessionProvider.php
268847 58466 58466 includes/session/UserInfo.php
268848 58466 58466 includes/user/ExternalUserNames.php
268849 58466 58466 includes/user/User.php
268850 58466 58466 maintenance/includes/DeleteLocalPasswords.php
268851 58466 58466 maintenance/rollbackEdits.php
268852 58466 58466 tests/phpunit/includes/auth/AbstractPrimaryAuthenticationProviderTest.php
268853 58466 58466 tests/phpunit/includes/auth/LocalPasswordPrimaryAuthenticationProviderTest.php
268854 58466 58466 tests/phpunit/includes/auth/ResetPasswordSecondaryAuthenticationProviderTest.php
268855 58466 58466 tests/phpunit/includes/auth/TemporaryPasswordPrimaryAuthenticationProviderTest.php
268856 58466 58466 tests/phpunit/includes/session/CookieSessionProviderTest.php
268857 58466 58466 tests/phpunit/includes/user/UserTest.php

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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);
Powered by Datasette · Queries took 16.983ms