home / train

file

11 rows where patch_id = 13337

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
61879 13337 13337 RELEASE-NOTES-1.35
61880 13337 13337 includes/ServiceWiring.php
61881 13337 13337 includes/filebackend/FileBackendGroup.php
61882 13337 13337 includes/filebackend/filejournal/DBFileJournal.php
61883 13337 13337 includes/libs/filebackend/filejournal/FileJournal.php
61884 13337 13337 tests/phpunit/includes/filebackend/FileBackendIntegrationTest.php
61885 13337 13337 tests/phpunit/includes/filebackend/filejournal/DBFileJournalIntegrationTest.php
61886 13337 13337 tests/phpunit/unit/includes/filebackend/FileBackendGroupTest.php
61887 13337 13337 tests/phpunit/unit/includes/filebackend/FileBackendGroupTestTrait.php
61888 13337 13337 tests/phpunit/unit/includes/libs/filebackend/filejournal/FileJournalTest.php
61889 13337 13337 tests/phpunit/unit/includes/libs/filebackend/filejournal/NullFileJournalTest.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.864ms