home / train

file

19 rows where patch_id = 59609

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
273845 59609 59609 RELEASE-NOTES-1.37
273846 59609 59609 includes/api/ApiQueryDuplicateFiles.php
273847 59609 59609 includes/api/ApiQueryImageInfo.php
273848 59609 59609 includes/export/XmlDumpWriter.php
273849 59609 59609 includes/filerepo/file/File.php
273850 59609 59609 includes/filerepo/file/ForeignAPIFile.php
273851 59609 59609 includes/filerepo/file/LocalFile.php
273852 59609 59609 includes/filerepo/file/MediaFileTrait.php
273853 59609 59609 includes/page/ImageHistoryList.php
273854 59609 59609 includes/page/ImageHistoryPseudoPager.php
273855 59609 59609 includes/revisiondelete/RevDelFileItem.php
273856 59609 59609 includes/specials/SpecialFileDuplicateSearch.php
273857 59609 59609 includes/upload/UploadBase.php
273858 59609 59609 includes/user/User.php
273859 59609 59609 includes/user/UserIdentity.php
273860 59609 59609 includes/user/UserIdentityValue.php
273861 59609 59609 tests/phpunit/includes/filerepo/LocalRepoTest.php
273862 59609 59609 tests/phpunit/includes/filerepo/file/LocalFileTest.php
273863 59609 59609 tests/phpunit/unit/includes/Rest/Handler/MediaTestTrait.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 2216.943ms