home / train

file

12 rows where patch_id = 88804

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
427512 88804 88804 RELEASE-NOTES-1.39
427513 88804 88804 includes/AutoLoader.php
427514 88804 88804 includes/installer/DatabaseUpdater.php
427515 88804 88804 includes/installer/Installer.php
427516 88804 88804 includes/registration/ExtensionProcessor.php
427517 88804 88804 includes/registration/ExtensionRegistry.php
427518 88804 88804 includes/registration/Processor.php
427519 88804 88804 tests/phpunit/bootstrap.php
427520 88804 88804 tests/phpunit/includes/registration/ExtensionRegistrationTest.php
427521 88804 88804 tests/phpunit/unit/includes/registration/ExtensionProcessorTest.php
427522 88804 88804 tests/phpunit/unit/includes/registration/ExtensionRegistryTest.php
427523 88804 88804 tests/phpunit/unit/includes/registration/fixtures/FooBar/vendor/autoload.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 20.988ms