home / train

file

12 rows where patch_id = 64383

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
297747 64383 64383 RELEASE-NOTES-1.28
297748 64383 64383 includes/Linker.php
297749 64383 64383 includes/actions/RollbackAction.php
297750 64383 64383 includes/api/ApiRollback.php
297751 64383 64383 includes/page/WikiPage.php
297752 64383 64383 languages/i18n/en.json
297753 64383 64383 languages/i18n/qqq.json
297754 64383 64383 resources/Resources.php
297755 64383 64383 resources/src/mediawiki/api/rollback.js
297756 64383 64383 resources/src/mediawiki/page/patrol.ajax.js
297757 64383 64383 resources/src/mediawiki/page/rollback.js
297758 64383 64383 resources/src/mediawiki/page/watch.js

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 22.829ms