home / train

file

33 rows where patch_id = 58434

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
268651 58434 58434 includes/Rest/Entity/SearchResultPageIdentity.php
268652 58434 58434 includes/Rest/Handler/LanguageLinksHandler.php
268653 58434 58434 includes/Rest/Handler/MediaFileHandler.php
268654 58434 58434 includes/Rest/Handler/MediaLinksHandler.php
268655 58434 58434 includes/Rest/Handler/PageContentHelper.php
268656 58434 58434 includes/Rest/Handler/PageHTMLHandler.php
268657 58434 58434 includes/Rest/Handler/PageHistoryCountHandler.php
268658 58434 58434 includes/Rest/Handler/PageHistoryHandler.php
268659 58434 58434 includes/Rest/Handler/PageSourceHandler.php
268660 58434 58434 includes/Rest/Handler/ParsoidHTMLHelper.php
268661 58434 58434 includes/Rest/Handler/RevisionContentHelper.php
268662 58434 58434 includes/Rest/Handler/RevisionHTMLHandler.php
268663 58434 58434 includes/Rest/Handler/RevisionSourceHandler.php
268664 58434 58434 includes/Rest/coreDevelopmentRoutes.json
268665 58434 58434 includes/Rest/coreRoutes.json
268666 58434 58434 includes/ServiceWiring.php
268667 58434 58434 includes/page/PageLookup.php
268668 58434 58434 includes/page/PageStore.php
268669 58434 58434 includes/page/PageStoreFactory.php
268670 58434 58434 tests/phpunit/includes/page/PageSelectQueryBuilderTest.php
268671 58434 58434 tests/phpunit/includes/page/PageStoreTest.php
268672 58434 58434 tests/phpunit/integration/includes/Rest/Handler/LanguageLinksHandlerTest.php
268673 58434 58434 tests/phpunit/integration/includes/Rest/Handler/MediaFileHandlerTest.php
268674 58434 58434 tests/phpunit/integration/includes/Rest/Handler/MediaLinksHandlerTest.php
268675 58434 58434 tests/phpunit/integration/includes/Rest/Handler/PageContentHelperTest.php
268676 58434 58434 tests/phpunit/integration/includes/Rest/Handler/PageHTMLHandlerTest.php
268677 58434 58434 tests/phpunit/integration/includes/Rest/Handler/PageSourceHandlerTest.php
268678 58434 58434 tests/phpunit/integration/includes/Rest/Handler/ParsoidHTMLHelperTest.php
268679 58434 58434 tests/phpunit/integration/includes/Rest/Handler/RevisionContentHelperTest.php
268680 58434 58434 tests/phpunit/integration/includes/Rest/Handler/RevisionHTMLHandlerTest.php
268681 58434 58434 tests/phpunit/integration/includes/Rest/Handler/RevisionSourceHandlerTest.php
268682 58434 58434 tests/phpunit/unit/includes/Rest/Handler/MediaTestTrait.php
268683 58434 58434 tests/phpunit/unit/includes/page/PageStoreFactoryTest.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 22.933ms