home / train

file

19 rows where patch_id = 2

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
2 2 2 includes/MediaWikiServices.php
3 2 2 includes/MovePage.php
4 2 2 includes/ServiceWiring.php
5 2 2 includes/actions/RollbackAction.php
6 2 2 includes/api/ApiMain.php
7 2 2 includes/api/ApiRollback.php
8 2 2 includes/installer/WebInstallerOptions.php
9 2 2 includes/page/PageCommandFactory.php
10 2 2 includes/page/RollbackPage.php
11 2 2 includes/page/RollbackPageFactory.php
12 2 2 includes/page/WikiPage.php
13 2 2 maintenance/rollbackEdits.php
14 2 2 tests/phpunit/MediaWikiIntegrationTestCase.php
15 2 2 tests/phpunit/includes/MovePageTest.php
16 2 2 tests/phpunit/includes/page/WikiPageDbTest.php
17 2 2 tests/phpunit/integration/includes/page/RollbackPageTest.php
18 2 2 tests/phpunit/unit/includes/FactoryArgTestTrait.php
19 2 2 tests/phpunit/unit/includes/page/MovePageFactoryTest.php
20 2 2 tests/phpunit/unit/includes/page/RollbackPageFactoryTest.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 19.496ms