home / train

file

18 rows where patch_id = 130270

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
662953 130270 130270 tests/phpunit/includes/api/ApiImportTest.php
662954 130270 130270 includes/page/UndeletePage.php
662955 130270 130270 includes/recentchanges/ChangeTrackingEventIngress.php
662956 130270 130270 tests/phpunit/includes/Storage/PageUpdaterTest.php
662957 130270 130270 tests/phpunit/includes/filerepo/file/LocalFileTest.php
662958 130270 130270 includes/Storage/PageUpdater.php
662959 130270 130270 tests/phpunit/includes/page/MovePageTest.php
662960 130270 130270 includes/import/ImportableOldRevisionImporter.php
662961 130270 130270 includes/page/WikiPage.php
662962 130270 130270 includes/Defines.php
662963 130270 130270 includes/page/MovePage.php
662964 130270 130270 includes/page/Event/PageEvent.php
662965 130270 130270 tests/phpunit/includes/page/UndeletePageTest.php
662966 130270 130270 includes/page/Event/PageUpdatedEvent.php
662967 130270 130270 tests/phpunit/includes/import/ImportableOldRevisionImporterTest.php
662968 130270 130270 includes/DomainEvent/DomainEvent.php
662969 130270 130270 includes/specials/helpers/ImportReporter.php
662970 130270 130270 includes/Storage/DerivedPageDataUpdater.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 17.856ms