home / train

file

47 rows where patch_id = 1841

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
8267 1841 1841 includes/Maintenance/AnalysisConfigBuilder.php
8268 1841 1841 tests/phpunit/fixtures/languageAnalysis/azb.expected
8269 1841 1841 tests/phpunit/fixtures/languageAnalysis/bo.expected
8270 1841 1841 tests/phpunit/fixtures/languageAnalysis/bs.expected
8271 1841 1841 tests/phpunit/fixtures/languageAnalysis/bug.expected
8272 1841 1841 tests/phpunit/fixtures/languageAnalysis/cdo.expected
8273 1841 1841 tests/phpunit/fixtures/languageAnalysis/cr.expected
8274 1841 1841 tests/phpunit/fixtures/languageAnalysis/dz.expected
8275 1841 1841 tests/phpunit/fixtures/languageAnalysis/el.expected
8276 1841 1841 tests/phpunit/fixtures/languageAnalysis/en-ca.expected
8277 1841 1841 tests/phpunit/fixtures/languageAnalysis/en-gb.expected
8278 1841 1841 tests/phpunit/fixtures/languageAnalysis/en.expected
8279 1841 1841 tests/phpunit/fixtures/languageAnalysis/eo.expected
8280 1841 1841 tests/phpunit/fixtures/languageAnalysis/fr.expected
8281 1841 1841 tests/phpunit/fixtures/languageAnalysis/gan.expected
8282 1841 1841 tests/phpunit/fixtures/languageAnalysis/hak.expected
8283 1841 1841 tests/phpunit/fixtures/languageAnalysis/he.expected
8284 1841 1841 tests/phpunit/fixtures/languageAnalysis/hr.expected
8285 1841 1841 tests/phpunit/fixtures/languageAnalysis/id.expected
8286 1841 1841 tests/phpunit/fixtures/languageAnalysis/it.expected
8287 1841 1841 tests/phpunit/fixtures/languageAnalysis/ja.expected
8288 1841 1841 tests/phpunit/fixtures/languageAnalysis/jv.expected
8289 1841 1841 tests/phpunit/fixtures/languageAnalysis/kl.expected
8290 1841 1841 tests/phpunit/fixtures/languageAnalysis/km.expected
8291 1841 1841 tests/phpunit/fixtures/languageAnalysis/ko.expected
8292 1841 1841 tests/phpunit/fixtures/languageAnalysis/koi.expected
8293 1841 1841 tests/phpunit/fixtures/languageAnalysis/lo.expected
8294 1841 1841 tests/phpunit/fixtures/languageAnalysis/lzh.expected
8295 1841 1841 tests/phpunit/fixtures/languageAnalysis/ms.expected
8296 1841 1841 tests/phpunit/fixtures/languageAnalysis/mwl.expected
8297 1841 1841 tests/phpunit/fixtures/languageAnalysis/my.expected
8298 1841 1841 tests/phpunit/fixtures/languageAnalysis/nan.expected
8299 1841 1841 tests/phpunit/fixtures/languageAnalysis/oc.expected
8300 1841 1841 tests/phpunit/fixtures/languageAnalysis/pl.expected
8301 1841 1841 tests/phpunit/fixtures/languageAnalysis/ru.expected
8302 1841 1841 tests/phpunit/fixtures/languageAnalysis/rue.expected
8303 1841 1841 tests/phpunit/fixtures/languageAnalysis/sh.expected
8304 1841 1841 tests/phpunit/fixtures/languageAnalysis/simple.expected
8305 1841 1841 tests/phpunit/fixtures/languageAnalysis/sk.expected
8306 1841 1841 tests/phpunit/fixtures/languageAnalysis/sr.expected
8307 1841 1841 tests/phpunit/fixtures/languageAnalysis/sv.expected
8308 1841 1841 tests/phpunit/fixtures/languageAnalysis/wuu.expected
8309 1841 1841 tests/phpunit/fixtures/languageAnalysis/yue.expected
8310 1841 1841 tests/phpunit/fixtures/languageAnalysis/zh-classical.expected
8311 1841 1841 tests/phpunit/fixtures/languageAnalysis/zh-min-nan.expected
8312 1841 1841 tests/phpunit/fixtures/languageAnalysis/zh-yue.expected
8313 1841 1841 tests/phpunit/fixtures/languageAnalysis/zh.expected

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.124ms