home / train

file

8 rows where patch_id = 27860

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
132998 27860 27860 CirrusSearch.php
132999 27860 27860 docs/settings.txt
133000 27860 27860 includes/ClusterSettings.php
133001 27860 27860 includes/Maintenance/IndexCreator.php
133002 27860 27860 includes/Maintenance/Validators/MaxShardsPerNodeValidator.php
133003 27860 27860 maintenance/updateOneSearchIndexConfig.php
133004 27860 27860 maintenance/updateSuggesterIndex.php
133005 27860 27860 tests/phpunit/ClusterSettingsTest.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.856ms