home / train

file

17 rows where patch_id = 35302

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
164291 35302 35302 package-lock.json
164292 35302 35302 package.json
164293 35302 35302 tests/qunit/.eslintrc.json
164294 35302 35302 tests/qunit/QueryCompiler.test.js
164295 35302 35302 tests/qunit/dm/MultiselectLookup.test.js
164296 35302 35302 tests/qunit/dm/SearchModel.test.js
164297 35302 35302 tests/qunit/dm/TitleCache.test.js
164298 35302 35302 tests/qunit/dm/trackingEvents/SearchRequest.test.js
164299 35302 35302 tests/qunit/ui/ArbitraryWordInput.test.js
164300 35302 35302 tests/qunit/ui/FileTypeSelection.test.js
164301 35302 35302 tests/qunit/ui/ItemMenuOptionWidget.test.js
164302 35302 35302 tests/qunit/ui/LanguageSelection.test.js
164303 35302 35302 tests/qunit/ui/MenuSelectWidget.test.js
164304 35302 35302 tests/qunit/ui/NamespaceFilters.test.js
164305 35302 35302 tests/qunit/ui/SearchPreview.test.js
164306 35302 35302 tests/selenium/specs/advancedsearch.js
164307 35302 35302 tests/selenium/specs/searchPage.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 14.41ms