home / train

file

6 rows where patch_id = 59928

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
275128 59928 59928 tests/selenium/fixtures/Douglas_Adams.suggestions.json
275129 59928 59928 tests/selenium/fixtures/GrowthExperiments.LocalSettings.php
275130 59928 59928 tests/selenium/fixtures/MediaWiki:NewcomerTasks.json
275131 59928 59928 tests/selenium/fixtures/SuggestedEditsContent.xml
275132 59928 59928 tests/selenium/pageobjects/homepage.page.js
275133 59928 59928 tests/selenium/wdio.conf.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 18.708ms