home / train

file

29 rows where patch_id = 58947

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
271008 58947 58947 includes/EditPage.php
271009 58947 58947 includes/PageProps.php
271010 58947 58947 includes/Rest/HttpException.php
271011 58947 58947 includes/Rest/StringStream.php
271012 58947 58947 includes/Storage/NameTableStore.php
271013 58947 58947 includes/api/ApiContinuationManager.php
271014 58947 58947 includes/api/ApiOpenSearchFormatJson.php
271015 58947 58947 includes/api/ApiPageSet.php
271016 58947 58947 includes/cache/localisation/LocalisationCache.php
271017 58947 58947 includes/config/ServiceOptions.php
271018 58947 58947 includes/content/ContentHandlerFactory.php
271019 58947 58947 includes/deferred/HtmlFileCacheUpdate.php
271020 58947 58947 includes/filerepo/file/ForeignAPIFile.php
271021 58947 58947 includes/filerepo/file/LocalFileRestoreBatch.php
271022 58947 58947 includes/libs/ReplacementArray.php
271023 58947 58947 includes/libs/rdbms/lbfactory/LBFactorySimple.php
271024 58947 58947 includes/media/SVGReader.php
271025 58947 58947 includes/registration/VersionChecker.php
271026 58947 58947 includes/session/SessionBackend.php
271027 58947 58947 includes/session/Token.php
271028 58947 58947 includes/skins/SkinFactory.php
271029 58947 58947 includes/specials/SpecialBotPasswords.php
271030 58947 58947 includes/specials/helpers/ImportReporter.php
271031 58947 58947 includes/specials/pagers/ContribsPager.php
271032 58947 58947 includes/title/MalformedTitleException.php
271033 58947 58947 includes/user/BotPassword.php
271034 58947 58947 includes/user/ExternalUserNames.php
271035 58947 58947 tests/phpunit/mocks/TestLogger.php
271036 58947 58947 tests/phpunit/suites/ParserIntegrationTest.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 18.752ms