home / train

file

16 rows where patch_id = 868

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
4520 868 868 includes/ServiceWiring.php
4521 868 868 includes/Storage/PageEditStash.php
4522 868 868 includes/api/ApiQueryRecentChanges.php
4523 868 868 includes/api/ApiQueryWatchlist.php
4524 868 868 includes/changes/RecentChange.php
4525 868 868 includes/jobqueue/jobs/RecentChangesUpdateJob.php
4526 868 868 includes/logging/RCDatabaseLogEntry.php
4527 868 868 includes/page/PageCommandFactory.php
4528 868 868 includes/page/RollbackPage.php
4529 868 868 includes/specialpage/ChangesListSpecialPage.php
4530 868 868 includes/specialpage/SpecialPageFactory.php
4531 868 868 includes/specials/SpecialNewpages.php
4532 868 868 includes/specials/pagers/NewPagesPager.php
4533 868 868 includes/watcheditem/WatchedItemQueryService.php
4534 868 868 tests/phpunit/includes/specialpage/ChangesListSpecialPageTest.php
4535 868 868 tests/phpunit/unit/includes/watcheditem/WatchedItemQueryServiceUnitTest.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 16.381ms