home / train

file

19 rows where patch_id = 79224

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
366222 79224 79224 extension.json
366223 79224 79224 includes/Api/ApiQueryGlobalAllUsers.php
366224 79224 79224 includes/Api/ApiQueryGlobalGroups.php
366225 79224 79224 includes/CentralAuthIdLookup.php
366226 79224 79224 includes/CentralAuthPrimaryAuthenticationProvider.php
366227 79224 79224 includes/GlobalRename/GlobalRenameRequest.php
366228 79224 79224 includes/GlobalRename/GlobalRenameUserDatabaseUpdates.php
366229 79224 79224 includes/GlobalRename/GlobalRenameUserStatus.php
366230 79224 79224 includes/GlobalRename/GlobalUserMergeDatabaseUpdates.php
366231 79224 79224 includes/Special/GlobalUsersPager.php
366232 79224 79224 includes/Special/RenameQueueTablePager.php
366233 79224 79224 includes/Special/SpecialCentralAuth.php
366234 79224 79224 includes/Special/SpecialGlobalGroupPermissions.php
366235 79224 79224 includes/Special/SpecialMergeAccount.php
366236 79224 79224 includes/Special/SpecialMultiLock.php
366237 79224 79224 includes/Special/UsersWhoWillBeRenamedPager.php
366238 79224 79224 includes/WikiSet.php
366239 79224 79224 tests/phpunit/CentralAuthIdLookupTest.php
366240 79224 79224 tests/phpunit/SpecialGlobalGroupPermissionsTest.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 17.949ms