home / train

file

30 rows where patch_id = 4070

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
19903 4070 4070 includes/DefaultSettings.php
19904 4070 4070 includes/Revision/RevisionSlots.php
19905 4070 4070 includes/Revision/RevisionStore.php
19906 4070 4070 includes/Status.php
19907 4070 4070 includes/Storage/SqlBlobStore.php
19908 4070 4070 includes/api/ApiWatchlistTrait.php
19909 4070 4070 includes/auth/AuthenticationRequest.php
19910 4070 4070 includes/changes/Hook/FetchChangesListHook.php
19911 4070 4070 includes/changetags/ChangeTags.php
19912 4070 4070 includes/deferred/RefreshSecondaryDataUpdate.php
19913 4070 4070 includes/exception/MWExceptionHandler.php
19914 4070 4070 includes/export/XmlDumpWriter.php
19915 4070 4070 includes/htmlform/fields/HTMLFormFieldCloner.php
19916 4070 4070 includes/installer/CliInstaller.php
19917 4070 4070 includes/installer/LocalSettingsGenerator.php
19918 4070 4070 includes/installer/SqliteInstaller.php
19919 4070 4070 includes/libs/objectcache/MediumSpecificBagOStuff.php
19920 4070 4070 includes/libs/rdbms/database/Database.php
19921 4070 4070 includes/logging/LogPage.php
19922 4070 4070 includes/profiler/Profiler.php
19923 4070 4070 includes/registration/ExtensionRegistry.php
19924 4070 4070 includes/search/Hook/ShowSearchHitHook.php
19925 4070 4070 includes/search/SearchIndexFieldDefinition.php
19926 4070 4070 includes/session/Hook/SessionCheckInfoHook.php
19927 4070 4070 includes/session/Session.php
19928 4070 4070 includes/skins/Skin.php
19929 4070 4070 includes/specials/Hook/UsersPagerDoBatchLookupsHook.php
19930 4070 4070 includes/title/NamespaceInfo.php
19931 4070 4070 languages/LanguageConverter.php
19932 4070 4070 maintenance/includes/MWDoxygenFilter.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.534ms