home / train

file

24 rows where patch_id = 59632

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
273938 59632 59632 RELEASE-NOTES-1.37
273939 59632 59632 includes/ParamValidator/TypeDef/UserDef.php
273940 59632 59632 includes/api/ApiQuery.php
273941 59632 59632 includes/api/ApiQueryBlocks.php
273942 59632 59632 includes/api/ApiQueryUserContribs.php
273943 59632 59632 includes/api/ApiQueryUsers.php
273944 59632 59632 includes/auth/AbstractPrimaryAuthenticationProvider.php
273945 59632 59632 includes/auth/LocalPasswordPrimaryAuthenticationProvider.php
273946 59632 59632 includes/auth/TemporaryPasswordPrimaryAuthenticationProvider.php
273947 59632 59632 includes/htmlform/fields/HTMLUsersMultiselectField.php
273948 59632 59632 includes/installer/WebInstallerName.php
273949 59632 59632 includes/language/LanguageConverter.php
273950 59632 59632 includes/session/CookieSessionProvider.php
273951 59632 59632 includes/session/UserInfo.php
273952 59632 59632 includes/user/ExternalUserNames.php
273953 59632 59632 includes/user/User.php
273954 59632 59632 maintenance/includes/DeleteLocalPasswords.php
273955 59632 59632 maintenance/rollbackEdits.php
273956 59632 59632 tests/phpunit/includes/auth/AbstractPrimaryAuthenticationProviderTest.php
273957 59632 59632 tests/phpunit/includes/auth/LocalPasswordPrimaryAuthenticationProviderTest.php
273958 59632 59632 tests/phpunit/includes/auth/TemporaryPasswordPrimaryAuthenticationProviderTest.php
273959 59632 59632 tests/phpunit/includes/session/CookieSessionProviderTest.php
273960 59632 59632 tests/phpunit/includes/session/SessionProviderTest.php
273961 59632 59632 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 35.379ms