home / train

file

19 rows where patch_id = 874

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
4576 874 874 includes/DefaultSettings.php
4577 874 874 includes/MediaWikiServices.php
4578 874 874 includes/Permissions/PermissionManager.php
4579 874 874 includes/ServiceWiring.php
4580 874 874 includes/api/ApiQueryBlocks.php
4581 874 874 includes/block/AbstractBlock.php
4582 874 874 includes/block/BlockActionInfo.php
4583 874 874 includes/block/BlockRestrictionStore.php
4584 874 874 includes/block/DatabaseBlock.php
4585 874 874 includes/block/Restriction/ActionRestriction.php
4586 874 874 includes/specialpage/SpecialPageFactory.php
4587 874 874 includes/specials/SpecialBlock.php
4588 874 874 languages/i18n/en.json
4589 874 874 languages/i18n/qqq.json
4590 874 874 resources/src/mediawiki.special.block.js
4591 874 874 tests/phpunit/includes/api/query/ApiQueryBlocksTest.php
4592 874 874 tests/phpunit/includes/block/Restriction/ActionRestrictionTest.php
4593 874 874 tests/phpunit/includes/specials/SpecialBlockTest.php
4594 874 874 tests/phpunit/unit/includes/Permissions/PermissionManagerTest.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.136ms