home / train

file

11 rows where patch_id = 515

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
2655 515 515 includes/Revision/RevisionFactory.php
2656 515 515 includes/Revision/RevisionStore.php
2657 515 515 includes/api/ApiQueryAllDeletedRevisions.php
2658 515 515 includes/api/ApiQueryDeletedRevisions.php
2659 515 515 includes/api/ApiQueryDeletedrevs.php
2660 515 515 includes/page/WikiPage.php
2661 515 515 includes/specialpage/SpecialPageFactory.php
2662 515 515 includes/specials/SpecialDeletedContributions.php
2663 515 515 includes/specials/pagers/DeletedContribsPager.php
2664 515 515 maintenance/deduplicateArchiveRevId.php
2665 515 515 tests/phpunit/includes/Revision/RevisionQueryInfoTest.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 15.573ms