home / train

file

13 rows where patch_id = 59589

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
273788 59589 59589 includes/EditPage.php
273789 59589 59589 includes/PHPVersionCheck.php
273790 59589 59589 includes/Revision/RevisionStore.php
273791 59589 59589 includes/SiteStatsInit.php
273792 59589 59589 includes/api/ApiQueryWatchlist.php
273793 59589 59589 includes/libs/rdbms/database/Database.php
273794 59589 59589 includes/libs/rdbms/loadbalancer/LoadBalancer.php
273795 59589 59589 includes/session/UserInfo.php
273796 59589 59589 includes/site/Site.php
273797 59589 59589 includes/specials/SpecialBlock.php
273798 59589 59589 includes/user/ActorStore.php
273799 59589 59589 includes/user/User.php
273800 59589 59589 includes/watchlist/WatchlistManager.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 26.025ms