home / train

file

11 rows where patch_id = 38790

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
178860 38790 38790 includes/OutputPage.php
178861 38790 38790 includes/api/ApiExpandTemplates.php
178862 38790 38790 includes/api/ApiFormatBase.php
178863 38790 38790 includes/api/ApiParse.php
178864 38790 38790 includes/parser/ParserOutput.php
178865 38790 38790 includes/resourceloader/ResourceLoaderClientHtml.php
178866 38790 38790 resources/src/mediawiki.action/mediawiki.action.edit.preview.js
178867 38790 38790 tests/phpunit/includes/OutputPageTest.php
178868 38790 38790 tests/phpunit/includes/api/ApiParseTest.php
178869 38790 38790 tests/phpunit/includes/parser/ParserOutputTest.php
178870 38790 38790 tests/phpunit/includes/resourceloader/ResourceLoaderClientHtmlTest.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 43.304ms