home / train

file

14 rows where patch_id = 78921

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
364736 78921 78921 includes/EditPage.php
364737 78921 78921 includes/content/AbstractContent.php
364738 78921 78921 includes/content/Content.php
364739 78921 78921 includes/content/ContentHandler.php
364740 78921 78921 includes/content/CssContentHandler.php
364741 78921 78921 includes/content/JavaScriptContentHandler.php
364742 78921 78921 includes/content/JsonContentHandler.php
364743 78921 78921 includes/content/TextContentHandler.php
364744 78921 78921 includes/content/Transform/ContentTransformer.php
364745 78921 78921 includes/content/Transform/PreloadTransformParams.php
364746 78921 78921 includes/content/Transform/PreloadTransformParamsValue.php
364747 78921 78921 includes/content/WikitextContent.php
364748 78921 78921 includes/content/WikitextContentHandler.php
364749 78921 78921 tests/phpunit/includes/content/Transform/ContentTransformerTest.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 19.039ms