home / train

file

42 rows where patch_id = 82369

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
381343 82369 82369 includes/CategoriesRdf.php
381344 82369 82369 includes/Hook/ArticleMergeCompleteHook.php
381345 82369 82369 includes/Html.php
381346 82369 82369 includes/Rest/Router.php
381347 82369 82369 includes/Storage/DerivedPageDataUpdater.php
381348 82369 82369 includes/Storage/NameTableStoreFactory.php
381349 82369 82369 includes/api/ApiModuleManager.php
381350 82369 82369 includes/api/ApiPageSet.php
381351 82369 82369 includes/api/ApiQueryBase.php
381352 82369 82369 includes/block/BlockUser.php
381353 82369 82369 includes/block/BlockUserFactory.php
381354 82369 82369 includes/block/UserBlockCommandFactory.php
381355 82369 82369 includes/cache/Hook/BacklinkCacheGetPrefixHook.php
381356 82369 82369 includes/cache/UserCache.php
381357 82369 82369 includes/changes/ChangesListFilterGroup.php
381358 82369 82369 includes/deferred/LinksUpdate.php
381359 82369 82369 includes/filerepo/Hook/LocalFile__getHistoryHook.php
381360 82369 82369 includes/installer/DatabaseUpdater.php
381361 82369 82369 includes/libs/ParamValidator/ValidationException.php
381362 82369 82369 includes/libs/filebackend/FSFileBackend.php
381363 82369 82369 includes/libs/filebackend/FileBackendStore.php
381364 82369 82369 includes/libs/filebackend/MemoryFileBackend.php
381365 82369 82369 includes/libs/mime/MSCompoundFileReader.php
381366 82369 82369 includes/libs/objectcache/wancache/WANObjectCache.php
381367 82369 82369 includes/libs/rdbms/database/Database.php
381368 82369 82369 includes/libs/rdbms/dbal/EnumType.php
381369 82369 82369 includes/libs/rdbms/lbfactory/LBFactory.php
381370 82369 82369 includes/parser/DateFormatter.php
381371 82369 82369 includes/resourceloader/ResourceLoader.php
381372 82369 82369 includes/resourceloader/ResourceLoaderModule.php
381373 82369 82369 includes/revisiondelete/RevisionDeleteUser.php
381374 82369 82369 includes/search/SearchSuggestion.php
381375 82369 82369 includes/specials/Hook/UploadFormSourceDescriptorsHook.php
381376 82369 82369 includes/specials/Hook/UploadForm_getInitialPageTextHook.php
381377 82369 82369 includes/specials/SpecialEmailUser.php
381378 82369 82369 includes/user/BotPassword.php
381379 82369 82369 includes/user/BotPasswordStore.php
381380 82369 82369 includes/widget/CheckMatrixWidget.php
381381 82369 82369 maintenance/namespaceDupes.php
381382 82369 82369 tests/phpunit/MediaWikiIntegrationTestCase.php
381383 82369 82369 tests/phpunit/includes/parser/ParserOptionsTest.php
381384 82369 82369 tests/phpunit/unit/includes/changes/ChangesListStringOptionsFilterGroupTest.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 21.964ms