home / train

file

11 rows where patch_id = 35318

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
164395 35318 35318 autoload.php
164396 35318 35318 includes/CirrusSearch.php
164397 35318 35318 includes/InterwikiSearcher.php
164398 35318 35318 includes/Parser/AST/ParsedQuery.php
164399 35318 35318 includes/Search/SearchContext.php
164400 35318 35318 includes/Search/SearchQuery.php
164401 35318 35318 includes/Search/SearchQueryBuilder.php
164402 35318 35318 includes/Searcher.php
164403 35318 35318 maintenance/runSearch.php
164404 35318 35318 tests/phpunit/Parser/AST/ParsedQueryTest.php
164405 35318 35318 tests/phpunit/Search/SearchQueryTest.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 3410.04ms