home / train

file

19 rows where patch_id = 14998

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
71149 14998 14998 tests/common/TestsAutoLoader.php
71150 14998 14998 tests/phpunit/includes/libs/ParamValidator/ParamValidatorTest.php
71151 14998 14998 tests/phpunit/includes/libs/ParamValidator/Util/UploadedFileStreamTest.php
71152 14998 14998 tests/phpunit/includes/libs/objectcache/HashBagOStuffTest.php
71153 14998 14998 tests/phpunit/includes/libs/objectcache/WANObjectCacheTest.php
71154 14998 14998 tests/phpunit/includes/libs/rdbms/database/DBConnRefTest.php
71155 14998 14998 tests/phpunit/includes/libs/rdbms/database/DatabaseTest.php
71156 14998 14998 tests/phpunit/includes/resourceloader/ResourceLoaderClientHtmlTest.php
71157 14998 14998 tests/phpunit/includes/shell/CommandTest.php
71158 14998 14998 tests/phpunit/includes/sparql/SparqlClientTest.php
71159 14998 14998 tests/phpunit/includes/utils/UIDGeneratorTest.php
71160 14998 14998 tests/phpunit/phpunit.php
71161 14998 14998 tests/phpunit/suites/ParserTestFileSuite.php
71162 14998 14998 tests/phpunit/suites/ParserTestTopLevelSuite.php
71163 14998 14998 tests/phpunit/suites/SuiteEventsTrait.php
71164 14998 14998 tests/phpunit/suites/UploadFromUrlTestSuite.php
71165 14998 14998 tests/phpunit/unit/includes/debug/logger/monolog/LineFormatterTest.php
71166 14998 14998 tests/phpunit/unit/includes/libs/XhprofDataTest.php
71167 14998 14998 tests/phpunit/unit/includes/libs/services/ServiceContainerTest.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 22.659ms