home / train

file

9 rows where patch_id = 38389

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
177307 38389 38389 includes/block/Restriction/AbstractRestriction.php
177308 38389 38389 includes/block/Restriction/NamespaceRestriction.php
177309 38389 38389 includes/block/Restriction/PageRestriction.php
177310 38389 38389 includes/htmlform/fields/HTMLExpiryField.php
177311 38389 38389 includes/specials/formfields/Licenses.php
177312 38389 38389 includes/widget/ExpiryInputWidget.php
177313 38389 38389 tests/phpunit/includes/block/Restriction/NamespaceRestrictionTest.php
177314 38389 38389 tests/phpunit/includes/block/Restriction/PageRestrictionTest.php
177315 38389 38389 tests/phpunit/includes/specials/SpecialBlockTest.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 21.685ms