home / train

file

9 rows where patch_id = 14969

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
69199 14969 14969 tests/phpunit/includes/actions/ActionTest.php
69200 14969 14969 tests/phpunit/includes/exception/MWExceptionTest.php
69201 14969 14969 tests/phpunit/includes/jobqueue/JobQueueTest.php
69202 14969 14969 tests/phpunit/includes/libs/objectcache/BagOStuffTest.php
69203 14969 14969 tests/phpunit/includes/parser/ParserTest.php
69204 14969 14969 tests/phpunit/includes/shell/ShellTest.php
69205 14969 14969 tests/phpunit/includes/site/MediaWikiPageNameNormalizerTest.php
69206 14969 14969 tests/phpunit/structure/ApiStructureTest.php
69207 14969 14969 tests/phpunit/unit/includes/libs/XhprofDataTest.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 15.743ms