home / train

file

9 rows where patch_id = 58970

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
271098 58970 58970 RELEASE-NOTES-1.37
271099 58970 58970 includes/cache/HtmlCacheUpdater.php
271100 58970 58970 includes/deferred/CdnCacheUpdate.php
271101 58970 58970 includes/deferred/HTMLCacheUpdate.php
271102 58970 58970 includes/deferred/HtmlFileCacheUpdate.php
271103 58970 58970 includes/deferred/LinksUpdate.php
271104 58970 58970 includes/deferred/SearchUpdate.php
271105 58970 58970 includes/jobqueue/jobs/HTMLCacheUpdateJob.php
271106 58970 58970 tests/phpunit/includes/deferred/SearchUpdateTest.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.868ms