home / train

file

20 rows where patch_id = 13343

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
61904 13343 13343 .gitignore
61905 13343 13343 tests/phpunit/LessFileCompilationTest.php
61906 13343 13343 tests/phpunit/MediaWikiPHPUnitResultPrinter.php
61907 13343 13343 tests/phpunit/MediaWikiUnitTestCase.php
61908 13343 13343 tests/phpunit/includes/GitInfoTest.php
61909 13343 13343 tests/phpunit/includes/RevisionTest.php
61910 13343 13343 tests/phpunit/includes/api/format/ApiFormatXmlTest.php
61911 13343 13343 tests/phpunit/includes/debug/MWDebugTest.php
61912 13343 13343 tests/phpunit/includes/libs/ParamValidator/Util/UploadedFileTestBase.php
61913 13343 13343 tests/phpunit/includes/libs/XhprofDataTest.php
61914 13343 13343 tests/phpunit/includes/logging/LogFormatterTest.php
61915 13343 13343 tests/phpunit/includes/resourceloader/ResourceLoaderModuleTest.php
61916 13343 13343 tests/phpunit/languages/LanguageIntegrationTest.php
61917 13343 13343 tests/phpunit/maintenance/BenchmarkerTest.php
61918 13343 13343 tests/phpunit/maintenance/DumpTestCase.php
61919 13343 13343 tests/phpunit/tests/MediaWikiTestCaseTest.php
61920 13343 13343 tests/phpunit/unit/includes/config/ServiceOptionsTest.php
61921 13343 13343 tests/phpunit/unit/includes/debug/logger/monolog/KafkaHandlerTest.php
61922 13343 13343 tests/phpunit/unit/includes/utils/ClassCollectorTest.php
61923 13343 13343 tests/phpunit/unit/includes/utils/MWRestrictionsTest.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 18.3ms