home / train

file

8 rows where patch_id = 58426

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
268617 58426 58426 RELEASE-NOTES-1.37
268618 58426 58426 includes/AutoLoader.php
268619 58426 58426 includes/MediaWikiServices.php
268620 58426 58426 includes/ServiceWiring.php
268621 58426 58426 includes/jobqueue/JobQueueGroup.php
268622 58426 58426 includes/jobqueue/JobQueueGroupFactory.php
268623 58426 58426 tests/phpunit/MediaWikiIntegrationTestCase.php
268624 58426 58426 tests/phpunit/unit/includes/jobqueue/JobQueueGroupFactoryTest.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 14.595ms