home / train

file

28 rows where patch_id = 7454

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
33720 7454 7454 img_auth.php
33721 7454 7454 includes/OutputPage.php
33722 7454 7454 includes/Permissions/GroupPermissionsLookup.php
33723 7454 7454 includes/Permissions/PermissionManager.php
33724 7454 7454 includes/Rest/Handler/PageHistoryCountHandler.php
33725 7454 7454 includes/Rest/Handler/PageHistoryHandler.php
33726 7454 7454 includes/Rest/coreRoutes.json
33727 7454 7454 includes/ServiceWiring.php
33728 7454 7454 includes/api/ApiMain.php
33729 7454 7454 includes/api/ApiQueryAllImages.php
33730 7454 7454 includes/api/ApiQueryAllUsers.php
33731 7454 7454 includes/api/ApiQueryContributors.php
33732 7454 7454 includes/block/BlockManager.php
33733 7454 7454 includes/exception/PermissionsError.php
33734 7454 7454 includes/skins/SkinTemplate.php
33735 7454 7454 includes/specialpage/SpecialPage.php
33736 7454 7454 includes/specialpage/SpecialPageFactory.php
33737 7454 7454 includes/specials/SpecialCreateAccount.php
33738 7454 7454 includes/specials/SpecialNewFiles.php
33739 7454 7454 includes/specials/SpecialNewpages.php
33740 7454 7454 includes/specials/pagers/NewFilesPager.php
33741 7454 7454 includes/specials/pagers/NewPagesPager.php
33742 7454 7454 includes/user/User.php
33743 7454 7454 includes/user/UserGroupManager.php
33744 7454 7454 maintenance/rebuildrecentchanges.php
33745 7454 7454 tests/phpunit/includes/block/BlockManagerTest.php
33746 7454 7454 tests/phpunit/unit/includes/Permissions/GroupPermissionsLookupTest.php
33747 7454 7454 thumb.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 13.399ms