home / train

file

15 rows where patch_id = 14967

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
69154 14967 14967 tests/phpunit/includes/WebRequestTest.php
69155 14967 14967 tests/phpunit/includes/api/format/ApiFormatBaseTest.php
69156 14967 14967 tests/phpunit/includes/auth/AbstractPasswordPrimaryAuthenticationProviderTest.php
69157 14967 14967 tests/phpunit/includes/diff/UnsupportedSlotDiffRendererTest.php
69158 14967 14967 tests/phpunit/includes/exception/BadTitleErrorTest.php
69159 14967 14967 tests/phpunit/includes/exception/HttpErrorTest.php
69160 14967 14967 tests/phpunit/includes/exception/ThrottledErrorTest.php
69161 14967 14967 tests/phpunit/includes/linkeddata/PageDataRequestHandlerTest.php
69162 14967 14967 tests/phpunit/includes/media/ExifTest.php
69163 14967 14967 tests/phpunit/includes/media/GIFHandlerTest.php
69164 14967 14967 tests/phpunit/includes/media/PNGHandlerTest.php
69165 14967 14967 tests/phpunit/includes/page/ArticleViewTest.php
69166 14967 14967 tests/phpunit/includes/site/MediaWikiSiteTest.php
69167 14967 14967 tests/phpunit/includes/site/SiteTest.php
69168 14967 14967 tests/phpunit/includes/specials/SpecialGoToInterwikiTest.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 17.649ms