home / train

file

17 rows where patch_id = 4503

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
21161 4503 4503 tests/common/TestsAutoLoader.php
21162 4503 4503 tests/phpunit/MediaWikiTestCaseTrait.php
21163 4503 4503 tests/phpunit/data/ParserCache/1.34-ParserOutput-empty.serialized
21164 4503 4503 tests/phpunit/data/ParserCache/1.36-CacheTime-cacheExpiry.serialized
21165 4503 4503 tests/phpunit/data/ParserCache/1.36-CacheTime-cacheRevisionId.serialized
21166 4503 4503 tests/phpunit/data/ParserCache/1.36-CacheTime-cacheTime.serialized
21167 4503 4503 tests/phpunit/data/ParserCache/1.36-CacheTime-empty.serialized
21168 4503 4503 tests/phpunit/data/ParserCache/1.36-CacheTime-usedOptions.serialized
21169 4503 4503 tests/phpunit/data/ParserCache/1.36-ParserOutput-empty.serialized
21170 4503 4503 tests/phpunit/data/ParserCache/1.36-ParserOutput-text.serialized
21171 4503 4503 tests/phpunit/data/ParserCache/1.36-ParserOutput-usedOptions.serialized
21172 4503 4503 tests/phpunit/includes/parser/CacheTimeTest.php
21173 4503 4503 tests/phpunit/includes/parser/ParserCacheSerializationTestCases.php
21174 4503 4503 tests/phpunit/includes/parser/ParserOutputTest.php
21175 4503 4503 tests/phpunit/includes/parser/SerializationTestTrait.php
21176 4503 4503 tests/phpunit/includes/parser/SerializationTestUtils.php
21177 4503 4503 tests/phpunit/includes/parser/validateParserCacheSerializationTestData.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 4407.93ms