home / train

file

13 rows where patch_id = 14966

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
69141 14966 14966 tests/phpunit/includes/GlobalFunctions/GlobalTest.php
69142 14966 14966 tests/phpunit/includes/OutputPageTest.php
69143 14966 14966 tests/phpunit/includes/RevisionDbTestBase.php
69144 14966 14966 tests/phpunit/includes/Storage/DerivedPageDataUpdaterTest.php
69145 14966 14966 tests/phpunit/includes/Storage/PageUpdaterTest.php
69146 14966 14966 tests/phpunit/includes/api/ApiStashEditTest.php
69147 14966 14966 tests/phpunit/includes/api/query/ApiQueryTest.php
69148 14966 14966 tests/phpunit/includes/auth/AuthManagerTest.php
69149 14966 14966 tests/phpunit/includes/auth/TemporaryPasswordPrimaryAuthenticationProviderTest.php
69150 14966 14966 tests/phpunit/includes/block/BlockManagerTest.php
69151 14966 14966 tests/phpunit/includes/parser/ParserMethodsTest.php
69152 14966 14966 tests/phpunit/includes/poolcounter/PoolWorkArticleViewTest.php
69153 14966 14966 tests/phpunit/includes/user/UserTest.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.02ms