home / train

file

13 rows where patch_id = 59856

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
274937 59856 59856 RELEASE-NOTES-1.37
274938 59856 59856 includes/context/ContextSource.php
274939 59856 59856 includes/context/IContextSource.php
274940 59856 59856 includes/context/RequestContext.php
274941 59856 59856 includes/session/CsrfTokenSet.php
274942 59856 59856 includes/session/CsrfTokenSetProvider.php
274943 59856 59856 includes/session/Session.php
274944 59856 59856 includes/session/Token.php
274945 59856 59856 includes/user/User.php
274946 59856 59856 tests/phpunit/includes/session/CsrfTokenSetTest.php
274947 59856 59856 tests/phpunit/includes/session/SessionTest.php
274948 59856 59856 tests/phpunit/unit/includes/session/SessionUnitTest.php
274949 59856 59856 tests/phpunit/unit/includes/session/TokenTest.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 22.48ms