home / train

file

18 rows where patch_id = 4779

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
22510 4779 4779 includes/parser/CacheTime.php
22511 4779 4779 includes/parser/ParserCache.php
22512 4779 4779 includes/parser/ParserOutput.php
22513 4779 4779 tests/phpunit/data/ParserCache/1.36-CacheTime-cacheExpiry.json
22514 4779 4779 tests/phpunit/data/ParserCache/1.36-CacheTime-cacheRevisionId.json
22515 4779 4779 tests/phpunit/data/ParserCache/1.36-CacheTime-cacheTime.json
22516 4779 4779 tests/phpunit/data/ParserCache/1.36-CacheTime-empty.json
22517 4779 4779 tests/phpunit/data/ParserCache/1.36-CacheTime-usedOptions.json
22518 4779 4779 tests/phpunit/data/ParserCache/1.36-ParserOutput-empty.json
22519 4779 4779 tests/phpunit/data/ParserCache/1.36-ParserOutput-extensionData.json
22520 4779 4779 tests/phpunit/data/ParserCache/1.36-ParserOutput-pageProperties.json
22521 4779 4779 tests/phpunit/data/ParserCache/1.36-ParserOutput-text.json
22522 4779 4779 tests/phpunit/data/ParserCache/1.36-ParserOutput-usedOptions.json
22523 4779 4779 tests/phpunit/data/ParserCache/1.36-ParserOutput-withMetadata.json
22524 4779 4779 tests/phpunit/data/ParserCache/1.36-ParserOutput-withMetadataPost1_31.json
22525 4779 4779 tests/phpunit/data/ParserCache/1.36-ParserOutput-withMetadataPost1_34.json
22526 4779 4779 tests/phpunit/includes/parser/ParserCacheTest.php
22527 4779 4779 tests/phpunit/includes/parser/SerializationTestTrait.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 20.181ms