home / train

file

11 rows where patch_id = 59841

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
274850 59841 59841 RELEASE-NOTES-1.37
274851 59841 59841 includes/ServiceWiring.php
274852 59841 59841 includes/api/ApiUnblock.php
274853 59841 59841 includes/block/AbstractBlock.php
274854 59841 59841 includes/block/DatabaseBlockStore.php
274855 59841 59841 tests/phpunit/includes/api/ApiBlockTest.php
274856 59841 59841 tests/phpunit/includes/block/CompositeBlockTest.php
274857 59841 59841 tests/phpunit/includes/block/DatabaseBlockTest.php
274858 59841 59841 tests/phpunit/includes/specials/SpecialBlockTest.php
274859 59841 59841 tests/phpunit/integration/includes/block/DatabaseBlockStoreTest.php
274860 59841 59841 tests/phpunit/unit/includes/block/AbstractBlockTest.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 15.18ms