home / train

file

14 rows where patch_id = 4124

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
20044 4124 4124 RELEASE-NOTES-1.36
20045 4124 4124 includes/MediaWikiServices.php
20046 4124 4124 includes/ServiceWiring.php
20047 4124 4124 includes/api/ApiBlock.php
20048 4124 4124 includes/api/ApiMain.php
20049 4124 4124 includes/block/AbstractBlock.php
20050 4124 4124 includes/block/BlockUser.php
20051 4124 4124 includes/block/BlockUserFactory.php
20052 4124 4124 includes/block/UserBlockCommandFactory.php
20053 4124 4124 includes/specials/SpecialBlock.php
20054 4124 4124 resources/src/mediawiki.special.block.js
20055 4124 4124 tests/phpunit/includes/api/ApiBlockTest.php
20056 4124 4124 tests/phpunit/includes/block/BlockUserTest.php
20057 4124 4124 tests/phpunit/includes/specials/SpecialBlockTest.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.25ms